Re: cygwin-3.2.0 + windows 10 - russian cyrilic input is broken

2021-06-23 Thread Eugene Klimov via Cygwin
Thanks a lot, in cygwin 3.1.7 error not present

ср, 23 июн. 2021 г. в 08:09, Takashi Yano :
>
> On Tue, 22 Jun 2021 18:34:03 +0500
> Eugene Klimov wrote:
>
> > LANG=en_US.UTF-8
> > LC_CTYPE="en_US.UTF-8"
> > LC_NUMERIC="en_US.UTF-8"
> > LC_TIME="en_US.UTF-8"
> > LC_COLLATE="en_US.UTF-8"
> > LC_MONETARY="en_US.UTF-8"
> > LC_MESSAGES="en_US.UTF-8"
> > LC_ALL=en_US.UTF-8
> > TERM=xterm-256color
> >
> > when i run cygwin.bat from any cmd.exe
> > or just run bash.exe
> > and try to input cyrillic characters
> > some of symbols echoed wrong
> > look to screenshot
> > https://monosnap.com/file/nTjoi16aqBRcOhzj88S25h7YEkAUS7
> > some of input character wrong interpreted on cygwin side, wrong
> > interpretation depends on keypress speed
> > when i run mintty.exe, everything is fine
>
> Thanks for the report. Could you please check if your problem
> occurs with cygwin 3.1.7?
>
> --
> Takashi Yano 

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


cygwin-3.2.0 + windows 10 - russian cyrilic input is broken

2021-06-22 Thread Eugene Klimov via Cygwin
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=en_US.UTF-8
TERM=xterm-256color

when i run cygwin.bat from any cmd.exe
or just run bash.exe
and try to input cyrillic characters
some of symbols echoed wrong
look to screenshot
https://monosnap.com/file/nTjoi16aqBRcOhzj88S25h7YEkAUS7
some of input character wrong interpreted on cygwin side, wrong
interpretation depends on keypress speed
when i run mintty.exe, everything is fine

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-20 Thread Eugene Klimov
> I also found  this does not occur if
> vbell off
> is added to .screenrc
oh! thanks a lot, it a really helpful suggestion

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-20 Thread Eugene Klimov
> In cygwin 3.1.0 or later, Alt-space sends ESC+SPACE (0x1b 0x20)
> to client as linux console.
> The new feature is disabled if legacy console mode is enabled,
> so it behaves as you expected with some sacrifice.
ok, i understood, but it sad
use CTRL+SHIFT+V
instead ALT+SPACE+3 times UP+RIGHT+2 times DOWN + ENGER for paste
value from the clipboard  ;)
is enough for me ;)

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-20 Thread Eugene Klimov
> > press ALT+SPACE doesn't work
> That's because the cygwin console handler interprets Alt+Space itself
> and sends ESC Space. Same behaviour in mintty if you disable the "Menu
> and Full screen" option.
how to turn off interprets ALT+SPACE by cygwin console and pass this
hotkey to window handler?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-19 Thread Eugene Klimov
> > inside windows 10 (build 1909)
> > just open WIN+R cmd.exe
> This start cmd.exe.
> > type
> > `ssh root@my_redhat_entrise_linux_7.2`
> This uses windows OpenSSH to connect linux.
no, i install cygwin ssh package
and i have `c:\cygwin64\bin\` in PATH environment rather than
`c:\windows\system32\OpenSSH`
so ssh.exe it's a cygwin process

> This runs screen command in Linux.
> Where does Cygwin's concern?
;) as I see it's more related to old `screen` version inside RHEL 7.2
than cygwin concern ;(

I tried to run
`C:\Windows\System32\OpenSSH\ssh.exe root@my_rhel_72_host`
and found bugs which look like same under Cygwin ssh, but different
little bit ;-)
also, I run
`C:\Windows\System32\OpenSSH\ssh.exe -i private_key vagrant@127.0.0.1 -p `
and on my Ubuntu 18.04 screen works fine

> > and view lot of bugs with wrong keys behaviors:
> > - ctrl+space hotkey not worked (not only in `screen`, but in any cygwin 
> > executable)
> What is your expectation by ctrl+space? This normally sends
> ^@ (0x00) to client. Is this as you expected?
sorry to mislead you
I mean `ALT+SPACE`
it's a hotkey for show window main menu

> > - `left arrow`, `backspace` and `delete` keys works wrong like a `right 
> > arrow`
> What happen if you use these keys?
under latest cygwin 3.1.4 + ssh 8.2p1-1 behavior look like I press
space or press "right arrow"
https://recordit.co/thJJRbFzUp

under win32 openssh behavior different
https://recordit.co/ffAqC8BvtC

under cygwin1.dll 3.0.7 and c:\cygwin64\bin\ssh.exe 8.2p1-1 behavior
look like normal
https://recordit.co/E0E8sfWGyY

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-19 Thread Eugene Klimov
> additional have you tried to set "disable_pcon" ?
> https://cygwin.com/cygwin-ug-net/using-cygwinenv.html
yes i tried

WIN+R
cmd.exe
```
C:\cygwin64>SET CYGWIN=disable_pcon
C:\cygwin64>echo %CYGWIN%
disable_pcon
```
press ALT+SPACE - worked, window menu showed

```
C:\cygwin64>bash
Slach@SLACH-PC /
```
press ALT+SPACE doesn't work

```
$ exit
exit
C:\cygwin64>
```
press ALT+SPACE works again

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-19 Thread Eugene Klimov
> just curiosity: why you don`t run Cygwin ssh inside
> cygwin terminal + cygwin Bash (or any other Cygwin shell)?
cause it's a have the same effect

also, I found that wrong arrow keys behavior doesn't reproduce with screen 4.6.x
on my local VirtualBox ubuntu 18.04 when I connect via cygwin just
`ssh -i private_key vagrant@127.0.0.1:`

but ctrl+space hotkey still not works
so, I just unpack cygwin1.dll 3.0.7 to bin folder for rollback expected behavior

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



howto rollback cygwin 3.1.4-1 to older 3.0.7 version?

2020-02-19 Thread Eugene Klimov
i'm idiot =( why I install this new buggy version?

> The following packages have been uploaded to the Cygwin distribution:
> * cygwin-3.1.4-1
> * cygwin-devel-3.1.4-1
> * cygwin-doc-3.1.4-1
> This is a bugfix release, including a couple of nice to have changes
> on top.

> - Many fixes in new pseudo console support.
inside windows 10 (build 1909)
just open WIN+R cmd.exe
type
`ssh root@my_redhat_entrise_linux_7.2`

run `screen` inside ssh session
(screen package have 4.1.x version)

and view lot of bugs with wrong keys behaviors:
- ctrl+space hotkey not worked (not only in screen, but in any cygwin
executable)
- `left arrow`, `backspace` and `delete` keys works wrong like a `right arrow`

how I can rollback to cygwin 3.0.7 via setup-x86_64.exe?
should I manual unpack cygwin1.dll from cygwin-3.0.7-1.tar.xz or is
there a more civilized way??
how make ctrl+space hotkey works again?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



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 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 same line?
>
> mkdir /source
> cd /source
> mkdir tidy
> cd tidy
> git clone https://github.com/htacg/tidy-html5.git
> cd tidy-html5/build/cmake
> cmake ../.. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local \
> -DBUILD_SHARED_LIB:BOOL=YES \
> -DTIDY_RC_NUMBER=next.2020.01.24
> make
>
> and everything looks normal until it gets to
> -- Build files have been written to: /source/tidy/tidy-html5/build/cmake
> e
>  [  1%] o
>  [  3%]
>  [  5%] o
>  [  7%]
> [  8%] o
> [ 10%] o
> [ 12%] o
> [ 14%] o
> [ 16%] o
> [ 
> 17%] o
>
>  [ 19%] o
>
>  [ 21%] o
>
>  [ 23%] o
>
>  [ 25%] o
>
>  [ 26%]
>
>  [ 28%] o
>
>  [ 30%]
>[ 32%] o
>[ 33%] o
>[ 35%] o
>[ 37%]
>[ 39%] o
>[ 41%] o
>[ 42%] o
>[ 44%] o
>[ 46%] o
>
> [ 48%] l
>
> [ 48%] Built target tidy-share
> c
>  [ 50%] o
>  [ 51%]
> [ 53%] o
> [ 55%] o
> [ 57%] o
> [ 58%] o
> [ 60%]
>[ 62%] o
>[ 64%]
>[ 66%] 
> o
>
> [ 67%] o
>
> [ 69%] o
>
> [ 71%]
>
> [ 73%] o
>
> [ 75%] o
>
> [ 76%] o
>
> [ 78%]
>[ 80%] o
>[ 82%]
>   [ 83%] o
>   [ 85%] o
>   [ 87%] o
>   [ 89%] o
>   [ 91%] o
>   [ 92%]
>   [ 94%] o
>
>[ 96%] a
>
>[ 96%] Built target tidy-static
> y
>  [ 98%] o
>  [100%] e
>  [100%] Built target tidy
> n
>  l
>   l
>1
> [100%] Built target man
>
> --
> Problem reports:   http://cygwin.com/problems.html
> FAQ:   http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-26 Thread Eugene Klimov
i don't use ConEmu
but after upgrade to cygwin 3.1 this team have same bugs

also rollback cygwin to 3.0 return previous behaviors
and GNU `screen` inside cygwin `ssh` works fine

пт, 27 дек. 2019 г. в 10:29, Marco Atzeri :
>
> Am 27.12.2019 um 05:59 schrieb Eugene Klimov:
> > yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore
> > good behavior ;-(
> >
> > is there issue tracker for cygwin project where i can submit bug
> > report for "new pseudo tty functions"?
>
> this mailing list.
> >
> > пт, 27 дек. 2019 г. в 09:50, Eugene Klimov :
> >>
> >> https://github.com/Maximus5/ConEmu/issues/2035
> >> look like cygwin 3.1 and windows 1903 totally broke exists behaviors
> >>
> >> пт, 27 дек. 2019 г. в 07:29, Eugene Klimov
>
> I do not remember you mentioning ConEmu on any previous mail.
>
>
> --
> Problem reports:   http://cygwin.com/problems.html
> FAQ:   http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-26 Thread Eugene Klimov
yes, rollback to cygwin 3.0 via setup-x86_64.exe completely restore
good behavior ;-(

is there issue tracker for cygwin project where i can submit bug
report for "new pseudo tty functions"?

пт, 27 дек. 2019 г. в 09:50, Eugene Klimov :
>
> https://github.com/Maximus5/ConEmu/issues/2035
> look like cygwin 3.1 and windows 1903 totally broke exists behaviors
>
> пт, 27 дек. 2019 г. в 07:29, Eugene Klimov :
> >
> > > On 2019-12-25 23:55, Eugene Klimov wrote:
> > > > when i say "works"
> > > > i mean "when i press alt+space i see main menu for current window"
> > > Windows apps do not normally have a main menu, they have a window 
> > > management
> > > menu Alt-Space and a Menu Bar Alt-... or F10
> > doesn't matter how exactly we name "menu"
> > i mean this menu
> > https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8
> > > > windows 10 home build 18362?
> > > Is this the official Windows 10 release 1903/19H1?
> > yes this is Windows 10 release 1903

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-26 Thread Eugene Klimov
https://github.com/Maximus5/ConEmu/issues/2035
look like cygwin 3.1 and windows 1903 totally broke exists behaviors

пт, 27 дек. 2019 г. в 07:29, Eugene Klimov :
>
> > On 2019-12-25 23:55, Eugene Klimov wrote:
> > > when i say "works"
> > > i mean "when i press alt+space i see main menu for current window"
> > Windows apps do not normally have a main menu, they have a window management
> > menu Alt-Space and a Menu Bar Alt-... or F10
> doesn't matter how exactly we name "menu"
> i mean this menu
> https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8
> > > windows 10 home build 18362?
> > Is this the official Windows 10 release 1903/19H1?
> yes this is Windows 10 release 1903

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-26 Thread Eugene Klimov
> On 2019-12-25 23:55, Eugene Klimov wrote:
> > when i say "works"
> > i mean "when i press alt+space i see main menu for current window"
> Windows apps do not normally have a main menu, they have a window management
> menu Alt-Space and a Menu Bar Alt-... or F10
doesn't matter how exactly we name "menu"
i mean this menu
https://monosnap.com/file/gBqrKZLH4zhquuNWPSTJfHRMJzlMq8
> > windows 10 home build 18362?
> Is this the official Windows 10 release 1903/19H1?
yes this is Windows 10 release 1903

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-25 Thread Eugene Klimov
when i say "works"
i mean "when i press alt+space i see main menu for current window"

currently in any cygwin application which run in separate window
(win+r -> bash.exe i dont't see main menu window when press alt+space)

$ cat ~/.minttyrc
ThemeFile=
Font=Consolas
DeleteSendsDEL=no
WindowShortcuts=yes
BackspaceSendsBS=yes

$ env
TERM=xterm-256color
TEMP=/cygdrive/c/Users/{my_user}/AppData/Local/Temp
SHLVL=1
SESSIONNAME=Console
SHELL=/bin/bash

i tried uninstall/install cygwin from strach without any effect

anybody in this maillist use cygwin 3.1.2 with 3.1.2(0.340/5/3)
windows 10 home build 18362?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-25 Thread Eugene Klimov
> Uncheck the checkbox and press "save" button. This sets
> WindowsShortcuts in .minttyrc to "no".
> Then just close mintty, and restart it.
after that
alt+space not work in any cygwin console
my actions sequence
# win+r - cmd.exe
> start "mintty" mintty.exe
# click options on top-left icon, uncheck checkbox, press save, close
options, close mintty window
> start "mintty" mintty.exe
# alt+space not works
> start "mintty+bash" mintty bash
# alt+space not works
> start "mintty" mintty.exe
# click options on top-left icon, uncheck checkbox, press save, close
options, close mintty window
> start "mintty" mintty.exe
alt+space WORKS
> start "mintty+bash" mintty.exe bash
alt+space WORKS
> start "bash" bash.exe
alt+space STILL NOT WORKS

> > but when i just run bash.exe without mintty.exe, shortkeys still doesn't 
> > work
> What do you mean by "without mintty"? Do you execute bash in command
> prompt?
yes, I described how i run bash.exe above

> > > Please describe your problem in detail.
> > I try show what exactly happens on my screen
> > https://youtu.be/bO6-eihhkh4
> > when i press BACKSPACE inside screen my cursor position
> > i try install old version of mintty via setup-x86_64.exe without any effect
>
> Sorry, but I can not get what is your point. Is the problem in tab
> completion? Or cursor position problem? The "screen" means mintty
> screen? Or Gnu screen command?
screen mean "gnu screen"
and yes currently main problems is cursor positions wrong changes
inside gnu screen when i press backspace

> Takashi Yano 
>
> --
> Problem reports:   http://cygwin.com/problems.html
> FAQ:   http://cygwin.com/faq/
> Documentation: http://cygwin.com/docs.html
> Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
>

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-25 Thread Eugene Klimov
> > alt+space hotkeys not working in any cygwin applications
> Alt-space is caught by mintty by default. If you want to
> pass that key to applications, you should disable that
> feature in option menu.
ok i just run
mintty bash
and try toggle on\off on keyboard
https://monosnap.com/file/AavY6un7Sm1EwSuuu7TcDp3FNlruq3

and changes saved to /home/slach/.minttyrc
ThemeFile=
Font=Consolas
DeleteSendsDEL=no
WindowShortcuts=yes
BackspaceSendsBS=yes


but when i just run bash.exe without mintty.exe, shortkeys still doesn't work
how i can check when mintty settings used?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



Re: cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-25 Thread Eugene Klimov
> Alt-space is caught by mintty by default. If you want to
> pass that key to applications, you should disable that
> feature in option menu.
could you explain how to do it exactly, quick google on "mintty
options menu" don't show expected result


> Please describe your problem in detail.
I try show what exactly happens on my screen
https://youtu.be/bO6-eihhkh4
when i press BACKSPACE inside screen my cursor position
i try install old version of mintty via setup-x86_64.exe without any effect

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple



cygwin 3.1.2 + Windows 10 Home Build 10.0.18362 - alt+space hotkeys not working

2019-12-24 Thread Eugene Klimov
after upgrade cygwin to latest 3.1.2 (mintty
i have following bugs
alt+space hotkeys not working in any cygwin applications
screen inside cygwin ssh have wrong tab completion

i try get help on IRC freenode, but nobody answer me ;-(
Is anybody here who have same bugs as me?

--
Problem reports:   http://cygwin.com/problems.html
FAQ:   http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple