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

2020-11-27 Thread Thomas Wolff
Am 28.11.2020 um 04:13 schrieb Kevin Schnitzius: On Wednesday, November 25, 2020, 03:44:30 AM EST, Thomas Wolff 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

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

2020-11-27 Thread Kevin Schnitzius via Cygwin
On Wednesday, November 25, 2020, 03:44:30 AM EST, Thomas Wolff 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

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

2020-11-25 Thread Thomas Wolff
Am 25.11.2020 um 08:43 schrieb Kevin Schnitzius: On Tuesday, November 24, 2020, 03:59:19 PM EST, Thomas Wolff wrote: Am 24.11.2020 um 21:22 schrieb Kevin Schnitzius via Cygwin: >> Ctrl-c is broken on mintty. > This is a wrong statement. For a terminal, Ctrl+c is just a control > character,

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

2020-11-24 Thread Kevin Schnitzius via Cygwin
On Tuesday, November 24, 2020, 03:59:19 PM EST, Thomas Wolff wrote: Am 24.11.2020 um 21:22 schrieb Kevin Schnitzius via Cygwin: >> Ctrl-c is broken on mintty. > This is a wrong statement. For a terminal, Ctrl+c is just a control > character, nothing else. It's the pty device, shell or

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

2020-11-24 Thread Takashi Yano via Cygwin
On Tue, 24 Nov 2020 13:51:59 +0100 (CET) > QUESTION 1 : HOW TO NOW HANDLE CTRL-C in a multi threaded cygwin application > regarless of terminal Could you provide simple test case which can reproduce your problem? > QUESTION 2 : HOW TO LAUNCH A MINTTY SESSION AS ADMIN In my environment, "Run as

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

2020-11-24 Thread Thomas Wolff
Am 24.11.2020 um 21:22 schrieb Kevin Schnitzius via Cygwin: On Tuesday, November 24, 2020, 07:52:11 AM EST, aki...@free.fr wrote:  QUESTION 1 : HOW TO NOW HANDLE CTRL-C in a multi threaded cygwin application regarless of terminal Ctrl-c is broken on mintty. This is a wrong statement. For

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

2020-11-24 Thread Kevin Schnitzius via Cygwin
On Tuesday, November 24, 2020, 07:52:11 AM EST, aki...@free.fr wrote: > QUESTION 1 : HOW TO NOW HANDLE CTRL-C in a multi threaded cygwin application >regarless of terminal Ctrl-c is broken on mintty.  I use this: D:\cygwin64\bin\mintty.exe -o "KeyFunctions=A+F5:break" - And use alt-F5 as

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

2020-11-24 Thread akikij
>From some months, use of a terminal with cygwin is changing and changing but >for me with more and more difficult to use. Prior to 3.1 version of the cygwin package, I could use two kinds of terminals bash and mintty. I like the bash version because I can launch with it an admin session,