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
@@ -1,6 +1,7 @@
#include <vector>
#include <deque>
#include <wchar.h>
#include <string>
#include "terminal.hpp"
@@ -14,3 +15,4 @@ template class std::deque<Terminal::Row>;
template class std::vector<Terminal::Cell *>;
template class std::vector<wchar_t>;
template class std::vector<int>;
template class std::map<std::string, Terminal::Function>;