User sequences to repaint and quit

This commit is contained in:
Keith Winstein
2011-10-13 01:16:55 -04:00
parent 5f8fe39ac2
commit 80f34faadd
5 changed files with 44 additions and 11 deletions
-5
View File
@@ -70,11 +70,6 @@ void UserByte::act_on_terminal( Terminal::Emulator *emu ) const
{
emu->dispatch.terminal_to_host.append( emu->user.input( this,
emu->fb.ds.application_mode_cursor_keys ) );
/*
if ( c == 0x0c ) { // Ctrl-L
emu->display.invalidate();
}
*/
}
void Resize::act_on_terminal( Terminal::Emulator *emu ) const