* fhandler_console.cc (fhandler_console::need_invisible): Drop
pty_needs_alloc_console check. * spawn.cc (spawn_guts): Ditto. (av::fixup): Remove setting iscui. * syscalls.cc (rename): Drop has_move_file_ex checks. Remove 9x specific code. * wincap.cc: Remove has_move_file_ex and pty_needs_alloc_console throughout. * wincap.h: Ditto.
This commit is contained in:
@@ -1850,7 +1850,7 @@ bool
|
||||
fhandler_console::need_invisible ()
|
||||
{
|
||||
BOOL b = false;
|
||||
if (GetConsoleCP () || !wincap.pty_needs_alloc_console ())
|
||||
if (GetConsoleCP ())
|
||||
invisible_console = false;
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user