Correctly render on terminals without BCE (fixes #56 github issue)

This commit is contained in:
Keith Winstein
2012-03-16 13:17:28 -04:00
parent 57d97209c0
commit c896055d15
3 changed files with 22 additions and 4 deletions
+2
View File
@@ -52,6 +52,8 @@ namespace Terminal {
bool has_ech; /* erase character is part of vt200 but not supported by tmux
(or by "screen" terminfo entry, which is what tmux advertises) */
bool has_bce; /* erases result in cell filled with background color */
void put_cell( bool initialized, FrameState &frame, const Framebuffer &f ) const;
public: