Also print last frame

This commit is contained in:
Keith Winstein
2011-08-13 15:08:50 -04:00
parent 023eb182d0
commit 2e2578c26c
+1 -3
View File
@@ -266,10 +266,8 @@ void emulate_terminal( int fd )
}
}
/* XXX last frame
std::string update = terminal.new_frame();
std::string update = display.new_frame( true, state, terminal.get_fb() );
swrite( STDOUT_FILENO, update.c_str() );
*/
swrite( STDOUT_FILENO, terminal.close().c_str() );
}