Implement tabs

This commit is contained in:
Keith Winstein
2011-01-31 06:10:02 -05:00
parent e4dce8f6e2
commit 92d80accf9
5 changed files with 63 additions and 3 deletions
+1
View File
@@ -16,3 +16,4 @@ 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>;
template class std::vector<bool>;