Add general dispatcher for CSI and escape functions

This commit is contained in:
Keith Winstein
2011-01-31 04:38:39 -05:00
parent 19e809b16e
commit cda7a87f66
9 changed files with 193 additions and 134 deletions
-2
View File
@@ -25,8 +25,6 @@ namespace Terminal {
Framebuffer fb;
Dispatcher dispatch;
std::string terminal_to_host;
/* action methods */
void print( Parser::Print *act );
void execute( Parser::Execute *act );