Add client

This commit is contained in:
Keith Winstein
2011-08-13 19:05:11 -04:00
parent 577bfc0dae
commit d6e7f69a4b
8 changed files with 209 additions and 19 deletions
+2 -2
View File
@@ -46,8 +46,8 @@ namespace Terminal {
std::string read_octets_to_host( void );
std::string open( void ); /* put user cursor keys in application mode */
std::string close( void ); /* restore user cursor keys */
static std::string open( void ); /* put user cursor keys in application mode */
static std::string close( void ); /* restore user cursor keys */
const Framebuffer & get_fb( void ) const { return fb; }