On 20.02.2020 05:00, Eugene Klimov wrote:
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
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.
```
$ 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