Re: [PATCH] Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.

2022-11-21 Thread Corinna Vinschen
On Nov 20 18:43, Takashi Yano wrote: > - The codes related to pty and console in spawn.cc have been moved > into the new class fhandler_termios::spawn_worker, and make spawn.cc > call them. The functionality has not been changed at all. This is great, thanks! Corinna

[PATCH] Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.

2022-11-20 Thread Takashi Yano
- The codes related to pty and console in spawn.cc have been moved into the new class fhandler_termios::spawn_worker, and make spawn.cc call them. The functionality has not been changed at all. --- winsup/cygwin/fhandler/termios.cc | 99