Support "Print" action.

This commit is contained in:
Keith Winstein
2011-01-21 16:36:47 -05:00
parent f40d539f7b
commit 30ab4371db
4 changed files with 83 additions and 3 deletions
+2
View File
@@ -182,5 +182,7 @@ int termemu( int fd, Terminal::Emulator *terminal )
terminal->input( buf[ i ] );
}
terminal->debug_printout( stdout );
return 0;
}