@@ -65,9 +65,9 @@ namespace Terminal {
|
||||
|
||||
class Display {
|
||||
private:
|
||||
bool ti_flag( const char *capname ) const;
|
||||
int ti_num( const char *capname ) const;
|
||||
const char *ti_str( const char *capname ) const;
|
||||
static bool ti_flag( const char *capname );
|
||||
static int ti_num( const char *capname );
|
||||
static const char *ti_str( const char *capname );
|
||||
|
||||
bool has_ech; /* erase character is part of vt200 but not supported by tmux
|
||||
(or by "screen" terminfo entry, which is what tmux advertises) */
|
||||
|
||||
Reference in New Issue
Block a user