Added smarter display routine
This commit is contained in:
+1
-1
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user