Reduce character cell lookups in Emulator::print().

This commit is contained in:
John Hood
2014-09-15 03:14:00 -04:00
parent 589d21bbf2
commit f5d814a9c4
3 changed files with 34 additions and 25 deletions
+1 -1
View File
@@ -370,7 +370,7 @@ namespace Terminal {
Cell *get_combining_cell( void );
void apply_renditions_to_current_cell( void );
void apply_renditions_to_cell( Cell *cell );
void insert_line( int before_row, int count );
void delete_line( int row, int count );