diff --git a/src/fterm.cpp b/src/fterm.cpp index 05c29790..2a5ef64d 100644 --- a/src/fterm.cpp +++ b/src/fterm.cpp @@ -122,7 +122,6 @@ const FString* FTerm::answer_back = 0; const FString* FTerm::sec_da = 0; FOptiMove* FTerm::opti_move = 0; FOptiAttr* FTerm::opti_attr = 0; -FTerm::modifier_key FTerm::mod_key; std::map* FTerm::vt100_alt_char = 0; std::map* \ FTerm::encoding_set = 0; @@ -142,6 +141,7 @@ fc::linuxConsoleCursorStyle FTerm::linux_console_cursor_style; fc::freebsdConsoleCursorStyle FTerm::freebsd_console_cursor_style; #if defined(__linux__) + FTerm::modifier_key FTerm::mod_key; console_font_op FTerm::screen_font; unimapdesc FTerm::screen_unicode_map; #endif