Added smarter display routine

This commit is contained in:
Keith Winstein
2011-02-05 02:55:30 -05:00
parent 225ddbe2bf
commit a54cc9d0c4
6 changed files with 179 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
using namespace Terminal;
Emulator::Emulator( size_t s_width, size_t s_height )
: fb( s_width, s_height ), dispatch(), user()
: fb( s_width, s_height ), dispatch(), user(), display( s_width, s_height )
{}
std::string Emulator::read_octets_to_host( void )