Implement scrolling region

This commit is contained in:
Keith Winstein
2011-01-31 20:11:25 -05:00
parent ed55c4c892
commit ea1f8621f1
4 changed files with 72 additions and 11 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ void Emulator::print( Parser::Print *act )
fb.ds.move_col( 1, true, true );
}
if ( combining_cell->contents.size() < 16 ) { /* seems like a reasonable limit on combining characters */
if ( combining_cell->contents.size() < 16 ) {
/* seems like a reasonable limit on combining characters */
combining_cell->contents.push_back( act->ch );
}
act->handled = true;