Renamed ActionState to Dispatcher

This commit is contained in:
Keith Winstein
2011-01-31 02:20:37 -05:00
parent ec328ecdee
commit 19e809b16e
7 changed files with 33 additions and 33 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
#include "parser.hpp"
#include "terminalframebuffer.hpp"
#include "terminalactionstate.hpp"
#include "terminaldispatcher.hpp"
namespace Terminal {
class Emulator {
@@ -23,7 +23,7 @@ namespace Terminal {
private:
Parser::UTF8Parser parser;
Framebuffer fb;
ActionState as;
Dispatcher dispatch;
std::string terminal_to_host;