Implement back color erase

This commit is contained in:
Keith Winstein
2011-02-04 18:32:43 -05:00
parent 2f7474481f
commit c91de0b24d
4 changed files with 43 additions and 1 deletions
+2
View File
@@ -123,6 +123,8 @@ void Emulator::Esc_dispatch( Parser::Esc_Dispatch *act )
void Emulator::debug_printout( int fd )
{
fb.back_color_erase();
std::string screen;
screen.append( "\033[H" );