Cygwin 3.3.0: The programs compiled with "-mwindows" cannot read more than one byte from noncanonical mode TTY

2020-01-23 Thread Koichi Murase
2020年1月21日(火) 10:47 Takashi Yano : > Thanks for the report. I could reproduce the problem under LANG=ja_JP.UTF-8. > I have almost caught the culprit. Please wait for a while. Thank you for the patch fixing the problem. I cherry-picked the patch and tried it, but there is another problem. Descript

Re: Cygwin 3.3.0: The programs compiled with "-mwindows" cannot read more than one byte from noncanonical mode TTY

2020-01-23 Thread Takashi Yano
On Thu, 23 Jan 2020 18:49:04 +0800 Koichi Murase wrote: > 2020年1月21日(火) 10:47 Takashi Yano : > > Thanks for the report. I could reproduce the problem under LANG=ja_JP.UTF-8. > > I have almost caught the culprit. Please wait for a while. > > Thank you for the patch fixing the problem. I cherry-pick

Re: cgdb terminal handling problems

2020-01-23 Thread Takashi Yano
On Sat, 18 Jan 2020 13:11:40 +0900 Takashi Yano wrote: > On Fri, 17 Jan 2020 16:40:03 + (GMT Standard Time) > Arthur Norman wrote: > > [80X[80C[?25h[?25lbreakpoints-invalid[?25h[?25l > > [80X[80C[?25h[?25l[80X[80C[?25h[?25l > > Breakpoint 1,[67X[67C[?25h[?25l[80X[80C[?25h[?25lmain[76X[76C[?25h[

Re: [ANNOUNCEMENT] lftp 4.9.0-2

2020-01-23 Thread Andrew Schulman via cygwin
> This was already fixed on lftp 4.9.1 released by the developer. You should > probably just release that version instead of the patched version. OK, yep. Thanks. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http:

Re: cygrunsrv does not start cygsshd at boot

2020-01-23 Thread Andrew J. Schorr
On Wed, Jan 22, 2020 at 03:08:12PM -0700, Brian Inglis wrote: > I've used dnscache for network service dependencies (and cygserver and > syslog-ng > for other Cygwin services) with delayed start and preshutdown (cygrunsrv -O, > --preshutdown). > Where previous usage was cygrunsrv -t, --type manual

Windows Restart Manager and cygrunsrv services

2020-01-23 Thread Bill Stewart
Good day, Application installers (such as Windows Installer or Inno Setup) can use the Windows Restart Manager APIs[1] it to determine if a program or service is running, and automatically stop/restart as appropriate. This is useful when reinstalling or upgrading a service from an installer, as t

Bump DLL version to 3.1.3

2020-01-23 Thread Denis Excoffier
Hello, The snapshot 20200114 was not announced (yet) however it seems that the usual "Bump DLL version to x.y.z" (with x.y.z=3.1.3) was not included (uname reports "3.1.2s"). Regards, Denis Excoffier. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwi

Terminfo files not found?

2020-01-23 Thread Jim Zheng
Hello all, I seem to be running into an issue with my terminal not being recognized after updating to the latest terminfo (6.1-1.20190727). Setting TERM to anything other than 'xterm' results in loss of terminal control where I am unable to use backspace/delete/text editing commands. For exampl

terminal control chars broken?

2020-01-23 Thread Lee
New Windows 10 PC, new install of 64 bit cygwin, building tidy and the make progress indicator is displayed on a new line each time. Since it is a new machine/setup it's probably something I'm missing/ didn't install, but I have no idea what :( Any idea how to keep the progress indicator on the s

Re: terminal control chars broken?

2020-01-23 Thread Eugene Klimov
Try following registry file - Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Console] "VirtualTerminalLevel"=dword:0001 - also switch to cygwin 3.0 instead of cygwin 3.1.2 could help пт, 24 янв. 2020 г. в 12:15, Lee : > > New Windows 10 PC, new install of 64

Re: terminal control chars broken?

2020-01-23 Thread Lee
On 1/24/20, Eugene Klimov wrote: > Try following registry file > - > Windows Registry Editor Version 5.00 > > [HKEY_CURRENT_USER\Console] > "VirtualTerminalLevel"=dword:0001 > - Thank you! That looks much better :) > also switch to cygwin 3.0 instead of cygwin 3.1.2 c