Support "reset"

This commit is contained in:
Keith Winstein
2011-02-01 02:29:54 -05:00
parent 39dfccf450
commit 73af007db4
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -127,6 +127,8 @@ namespace Terminal {
void insert_cell( int row, int col );
void delete_cell( int row, int col );
void reset( void );
};
}