add missing debug switch

This commit is contained in:
Markus Gans 2017-03-26 21:10:43 +02:00
parent 48b2e6a816
commit 4b93b71a6d
1 changed files with 4 additions and 0 deletions

View File

@ -73,9 +73,13 @@ bool FTerm::xterm_default_colors;
bool FTerm::use_alternate_screen = true;
termios FTerm::term_init;
char FTerm::termtype[30] = "";
#if DEBUG
char FTerm::termtype_256color[30] = "";
char FTerm::termtype_Answerback[30] = "";
char FTerm::termtype_SecDA[30] = "";
#endif
char* FTerm::term_name = 0;
char* FTerm::locale_name = 0;
char* FTerm::locale_xterm = 0;