Simple actions dispatching on terminal emulator

This commit is contained in:
Keith Winstein
2011-01-21 15:28:13 -05:00
parent ae3fc72e82
commit f40d539f7b
8 changed files with 318 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ namespace Parser {
Parser() : family(), state( &family.s_Ground ) {}
Parser( const Parser & );
bool operator=( const Parser & );
Parser & operator=( const Parser & );
~Parser() {}
std::vector<Action *> input( wchar_t ch );