Soft reset

This commit is contained in:
Keith Winstein
2011-02-01 02:48:08 -05:00
parent 73af007db4
commit 6265f192ad
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -100,6 +100,7 @@ namespace Terminal {
void save_cursor( void );
void restore_cursor( void );
void clear_saved_cursor( void ) { save = SavedCursor(); }
DrawState( int s_width, int s_height );
};
@@ -129,6 +130,7 @@ namespace Terminal {
void delete_cell( int row, int col );
void reset( void );
void soft_reset( void );
};
}