* fhandler.h (fhandler_termios::fhandler_termios): Enable fixup
after fork. * fhandler_console.cc (fhandler_console::fhandler_console): Fixup after fork is now enabled in the base class constructor.
This commit is contained in:
@ -804,7 +804,6 @@ fhandler_console::fhandler_console (const char *name) :
|
||||
if (PRIMARYLANGID (LOWORD (GetKeyboardLayout (0))) == LANG_ENGLISH)
|
||||
meta_mask |= RIGHT_ALT_PRESSED;
|
||||
|
||||
set_need_fork_fixup ();
|
||||
}
|
||||
|
||||
#define FOREGROUND_ATTR_MASK (FOREGROUND_RED | FOREGROUND_GREEN | \
|
||||
|
Reference in New Issue
Block a user