Display error messages in top-line overlay.
This commit is contained in:
@@ -17,6 +17,8 @@ namespace Terminal {
|
||||
|
||||
FrameState( const Framebuffer &s_last ) : x(0), y(0), str(), cursor_x(0), cursor_y(0), current_rendition_string(), last_frame( s_last ) {}
|
||||
void append( std::string s ) { str.append( s ); }
|
||||
|
||||
void append_silent_move( int y, int x );
|
||||
};
|
||||
|
||||
class Display {
|
||||
|
||||
Reference in New Issue
Block a user