Results 502 comments of mintty

Assuming emacs uses "modifyOtherKeys" mode in order to support recognition of more modifiers than in plain text mode. Let's look at a German keyboard where AltGr+e is €. A combination...

Sorry, that section of the manual is an artefact of a failed attempt to implement that support which was withdrawn for the release :( Transparency with Virtual Tabs is in...

> Would it not be possible to draw only the window for the active tab and have all others left undrawn? Sure, that's exactly the approach I tried to implement,...

This seems to be a specific limitation for assignments to the "small keypad" or "editing keypad" keys. In general, assignments work in mc, for example you could use the numeric...

Fixed in repository, you can build yourself for testing.

The example in the manual page (`man mintty`) reads like this: ``` KeyFunctions=d:`echo -n `date`` ``` Unfortunately, in the online manual page, the outer backquotes (that trigger external command invocation)...

I meant http://mintty.github.io/mintty.1.html which is HTML format generated with groff.

Did you maybe happen to append a Windows newline (CRLF)? Add a trailing ";" to the line just to make sure the `d` definition is properly terminated. Other modifications to...

Oh, actually from your paths I notice it's wsltty, not Cygwin mintty. That will be a problem. It cannot reach out to WSL `echo` in this case. It will try...

There are some tricks you could try, but not really supported: * Get yourself a Cygwin installation and copy the tools you need, plus all their dependencies (libraries...) into the...