Support "Print" action.

This commit is contained in:
Keith Winstein
2011-01-21 16:36:47 -05:00
parent f40d539f7b
commit 30ab4371db
4 changed files with 83 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#include <vector>
#include <deque>
#include <wchar.h>
#include "terminal.hpp"
@@ -9,6 +10,6 @@ namespace Parser {
template class std::vector<Parser::Action *>;
template class std::vector<Terminal::Cell>;
template class std::vector<Terminal::Row>;
template class std::deque<Terminal::Row>;
template class std::vector<Terminal::Cell *>;
template class std::vector<wchar_t>;