Insert and delete lines

This commit is contained in:
Keith Winstein
2011-02-01 00:25:16 -05:00
parent 405cd3a703
commit c95c835853
3 changed files with 56 additions and 0 deletions
+2
View File
@@ -120,6 +120,8 @@ namespace Terminal {
void apply_renditions_to_current_cell( void );
void claim_overlap( int row, int col );
void insert_line( int before_row );
void delete_line( int row );
};
}