[PATCH] Cygwin: console: Make suspending process work properly.

2020-01-05 Thread Takashi Yano
- After commit f4b47827cf87f055687a0c52a3485d42b3e2b941, suspending process by Ctrl-Z does not work in console and results in hang up. This patch fixes the issue. --- winsup/cygwin/fhandler_console.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/fhandler_console.cc b/wi

Re: [PATCH] Cygwin: console: Make suspending process work properly.

2020-01-13 Thread Corinna Vinschen
On Jan 5 22:25, Takashi Yano wrote: > - After commit f4b47827cf87f055687a0c52a3485d42b3e2b941, suspending > process by Ctrl-Z does not work in console and results in hang up. > This patch fixes the issue. > --- > winsup/cygwin/fhandler_console.cc | 2 ++ > 1 file changed, 2 insertions(+) > >