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
+1
View File
@@ -32,6 +32,7 @@ namespace Parser {
};
class Execute : public Action {
public: std::string name( void ) { return std::string( "Execute" ); }
void act_on_terminal( Terminal::Emulator *emu );
};
class Clear : public Action {
public: std::string name( void ) { return std::string( "Clear" ); }