Can't start a cygwin terminal(mintty) as admin

Thomas Wolff towo@towo.net
Sat Nov 28 04:28:51 GMT 2020



Am 28.11.2020 um 04:13 schrieb Kevin Schnitzius:
> On Wednesday, November 25, 2020, 03:44:30 AM EST, Thomas Wolff 
> <towo@towo.net> wrote:
>
> >> D:\cygwin64\bin\mintty.exe -o "KeyFunctions=C+c:break" -
> >> Ctrl-c is a break that works on Cygwin processes only.
>
> > That configuration would assign the break function to Shift+Ctrl+c, not 
> just Ctrl+c, so with Ctrl+c you still just
> > send a ^C character while in the other case mintty would invoke a BRK 
> signal. So try Shift+Ctrl+c.
>
> Oops, it's been a while since I looked into it.
>
> D:\cygwin64\bin\mintty.exe -o "KeyFunctions=C+c:break"
> Shift+Ctrl+c does not produce a break for Cygwin or non-Cygwin processes
>
Works for me. Your child process may have disabled the SIGINT signal.
> mintty -o "KeyFunctions=c:break" -o CtrlExchangeShift=true
> Actually, this restores the old behavior of Ctrl+c actually doing a 
> break for Cygwin and non-Cygwin processes.
>
> Kevin
>
>



More information about the Cygwin mailing list