Implement tabs

This commit is contained in:
Keith Winstein
2011-01-31 06:10:02 -05:00
parent e4dce8f6e2
commit 92d80accf9
5 changed files with 63 additions and 3 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ void Emulator::print( Parser::Print *act )
switch ( chwidth ) {
case 1: /* normal character */
case 2: /* wide character */
if ( fb.ds.next_print_will_wrap ) {
if ( fb.ds.auto_wrap_mode && fb.ds.next_print_will_wrap ) {
fb.ds.move_col( 0 );
fb.move_rows_autoscroll( 1 );
}