Support some executes (LF, CR, BS+rubout)

This commit is contained in:
Keith Winstein
2011-01-21 17:22:52 -05:00
parent 30ab4371db
commit c1d6b3f30e
5 changed files with 51 additions and 4 deletions
+5
View File
@@ -7,3 +7,8 @@ void Print::act_on_terminal( Terminal::Emulator *emu )
{
emu->print( this );
}
void Execute::act_on_terminal( Terminal::Emulator *emu )
{
emu->execute( this );
}