Ctrl-L repaints screen

This commit is contained in:
Keith Winstein
2011-02-05 03:27:31 -05:00
parent eda2300a94
commit 6785c9d18e
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -70,6 +70,9 @@ void UserByte::act_on_terminal( Terminal::Emulator *emu )
{
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 )