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

2019-11-13 Thread Anton Lavrentiev via cygwin-patches
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 when a service being stopped did not actually stop --- ChangeLog

Re: [PATCH] regtool: allow /proc/registry{,32,64}/ registry path prefix

2019-11-13 Thread Brian Inglis
On 2019-11-13 02:38, Corinna Vinschen wrote: > On Nov 13 09:46, Corinna Vinschen wrote: >> On Nov 11 10:29, Brian Inglis wrote: >>> The user can supply the registry path prefix /proc/registry{,32,64}/ to >>> use path completion. >> The git commit message does not outline why you're changing the

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

2019-11-13 Thread Takashi Yano
- Pseudo console clears console screen buffer if ESC[?3h or ESC[?3l is sent. However, xterm/vt100 does not clear screen. This cause mismatch between real screen and console screen buffer. Therefore, this patch triggers redraw screen in that situation so that the synchronization is done on

Re: [PATCH] Cygwin: pty: Use redraw screen instead of clear screen.

2019-11-13 Thread Takashi Yano
On Wed, 13 Nov 2019 10:18:35 +0100 Corinna Vinschen wrote: > On Nov 12 22:00, Takashi Yano wrote: > > - Previously, pty cleared screen at startup for synchronization > > between the real screen and console screen buffer for pseudo > > console. With this patch, instead of clearing screen, the

Re: [PATCH] regtool: allow /proc/registry{,32,64}/ registry path prefix

2019-11-13 Thread Corinna Vinschen
On Nov 13 09:46, Corinna Vinschen wrote: > Hi Brian, > > On Nov 11 10:29, Brian Inglis wrote: > > The user can supply the registry path prefix /proc/registry{,32,64}/ to > > use path completion. > > The git commit message does not outline why you're changing the example, > > Given that the

Re: cygrunsrv patch

2019-11-13 Thread Corinna Vinschen
On Nov 12 19:41, Lavrentiev, Anton (NIH/NLM/NCBI) [C] via cygwin-patches wrote: > Hi, > > Looks like I finally prepared a patch for cygrunsrv that I mentioned as an > added feature way back in Feb (I did not need to come around to that since > then): > >

Re: [PATCH] Cygwin: console: Revise the code checking if the console is legacy.

2019-11-13 Thread Corinna Vinschen
On Nov 13 03:04, Takashi Yano wrote: > - Accessing shared_console_info before initializing causes access > violation in checking if the console is legacy mode. This patch > fixes this issue. This solves the problem reported in: > https://www.cygwin.com/ml/cygwin-patches/2019-q4/msg00099.html

Re: [PATCH] Cygwin: pty: Use redraw screen instead of clear screen.

2019-11-13 Thread Corinna Vinschen
On Nov 12 22:00, Takashi Yano wrote: > - Previously, pty cleared screen at startup for synchronization > between the real screen and console screen buffer for pseudo > console. With this patch, instead of clearing screen, the screen > is redrawn when the first native program is executed

Re: [PATCH] regtool: Ignore /proc/registry{,32,64}/ prefix, with forward or backslashes, allowing path completion

2019-11-13 Thread Corinna Vinschen
On Nov 11 13:47, Brian Inglis wrote: > On 2019-11-11 09:28, Corinna Vinschen wrote: > > Ok, we can add something to the help text, but the text still sounds > > confusing, even the altenative one. I think the reason is the negative > > expression "ignore" here. Why not express this in a positive

Re: [PATCH] regtool: allow /proc/registry{,32,64}/ registry path prefix

2019-11-13 Thread Corinna Vinschen
Hi Brian, On Nov 11 10:29, Brian Inglis wrote: > The user can supply the registry path prefix /proc/registry{,32,64}/ to > use path completion. The git commit message does not outline why you're changing the example, Given that the example doesn't use /proc/registry anyway, what's the