Put the real terminal in alternate screen mode

Closes #2

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2013-01-27 20:38:30 -05:00
committed by Keith Winstein
parent 2ae960f7f0
commit ed42d31bda
3 changed files with 8 additions and 3 deletions
+2
View File
@@ -78,6 +78,8 @@ namespace Terminal {
int posterize_colors; /* downsample input colors >8 to [0..7] */
const char *smcup, *rmcup; /* enter and exit alternate screen mode */
void put_cell( bool initialized, FrameState &frame, const Framebuffer &f ) const;
public: