Import of server, all hooked together

This commit is contained in:
Keith Winstein
2011-08-13 17:10:19 -04:00
parent 71e22ee041
commit 577bfc0dae
20 changed files with 355 additions and 70 deletions
+3 -1
View File
@@ -49,7 +49,9 @@ namespace Terminal {
std::string open( void ); /* put user cursor keys in application mode */
std::string close( void ); /* restore user cursor keys */
const Framebuffer & get_fb( void ) { return fb; }
const Framebuffer & get_fb( void ) const { return fb; }
bool operator==( Emulator const &x ) const;
};
}