Refactor in progress for more modular terminal

This commit is contained in:
Keith Winstein
2011-01-27 18:56:50 -05:00
parent 82a18ce978
commit 5e0cc8c2b8
7 changed files with 99 additions and 89 deletions
+3
View File
@@ -1,6 +1,9 @@
#ifndef TERMINALFB_HPP
#define TERMINALFB_HPP
#include <vector>
#include <deque>
/* Terminal framebuffer */
namespace Terminal {