[PATCH] Cygwin: pty: Convert CamelCase names to snake_case names.

2019-11-15 Thread Takashi Yano
--- winsup/cygwin/dtable.cc | 6 +-- winsup/cygwin/fhandler.h | 8 ++-- winsup/cygwin/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_tty.cc | 68 +++ winsup/cygwin/fork.cc | 8 ++-- winsup/cygwin/spawn.cc| 18 --

Re: [PATCH] Cygwin: pty: Trigger redraw screen if ESC[?3h or ESC[?3l is sent.

2019-11-15 Thread Corinna Vinschen
On Nov 14 20:51, Takashi Yano wrote: > Hi Corinna, > > On Thu, 14 Nov 2019 10:35:41 +0100 > Corinna Vinschen wrote: > > This is only correct if xterm hasn't been started with the c132 widget > > resource set to 'true'. This resource specifies whether the ESC[?3h > > and ESC[?3l ESC sequences are

Re: [PATCH] cygrunsrv: Added options -T and -X; fixed a couple minor issues

2019-11-15 Thread Corinna Vinschen
On Nov 13 13:28, Anton Lavrentiev via cygwin-patches wrote: > 1. https://www.cygwin.com/ml/cygwin-patches/2019-q4/msg00107.html > 2. Fixed an issue with "premature exit" error message printed if service is > stopped from SCM by an operator > 3. Fixed a potential issue with reporting 0 exit code wh