Resolve cppcheck issues.

Signed-off-by: John Hood <cgull@glup.org>
This commit is contained in:
John Hood
2015-03-30 22:17:05 -04:00
parent c064ec1946
commit 026a3f0346
11 changed files with 23 additions and 22 deletions
+3 -3
View File
@@ -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) */