Also print last frame
This commit is contained in:
+1
-3
@@ -266,10 +266,8 @@ void emulate_terminal( int fd )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XXX last frame
|
std::string update = display.new_frame( true, state, terminal.get_fb() );
|
||||||
std::string update = terminal.new_frame();
|
|
||||||
swrite( STDOUT_FILENO, update.c_str() );
|
swrite( STDOUT_FILENO, update.c_str() );
|
||||||
*/
|
|
||||||
|
|
||||||
swrite( STDOUT_FILENO, terminal.close().c_str() );
|
swrite( STDOUT_FILENO, terminal.close().c_str() );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user