Move Emulator::{open,close} to Display

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2013-01-27 20:37:09 -05:00
committed by Keith Winstein
parent ba8d013609
commit 03217ddb5a
6 changed files with 19 additions and 20 deletions
+3
View File
@@ -79,6 +79,9 @@ namespace Terminal {
public:
void downgrade( Framebuffer &f ) const { if ( posterize_colors ) { f.posterize(); } }
std::string open() const;
std::string close() const;
std::string new_frame( bool initialized, const Framebuffer &last, const Framebuffer &f ) const;
Display( bool use_environment );