* spawn.cc (spawn_guts): Reinstate call to fhandler_console::need_invisible
since it is required to prevent console flashing.
This commit is contained in:
parent
95c9157df0
commit
7ba4aab9b6
@ -1,3 +1,9 @@
|
|||||||
|
2008-06-17 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* spawn.cc (spawn_guts): Reinstate call to
|
||||||
|
fhandler_console::need_invisible since it is required to prevent
|
||||||
|
console flashing.
|
||||||
|
|
||||||
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
|
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/resolv.h (_getshort): Drop declaration.
|
* include/resolv.h (_getshort): Drop declaration.
|
||||||
|
@ -441,6 +441,8 @@ spawn_guts (const char *prog_arg, const char *const *argv,
|
|||||||
|
|
||||||
if (mode == _P_DETACH)
|
if (mode == _P_DETACH)
|
||||||
c_flags |= DETACHED_PROCESS;
|
c_flags |= DETACHED_PROCESS;
|
||||||
|
else
|
||||||
|
fhandler_console::need_invisible ();
|
||||||
|
|
||||||
if (mode != _P_OVERLAY)
|
if (mode != _P_OVERLAY)
|
||||||
myself->exec_sendsig = NULL;
|
myself->exec_sendsig = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user