Re: [hackers] [st][PATCH] config: add Ctrl-Tab, Shift-Ctrl-Tab escapes

From: Eric Pruitt <eric.pruitt_AT_gmail.com>
Date: Fri, 15 Feb 2019 16:59:14 -0800

On Sat, Feb 16, 2019 at 01:05:41AM +0100, Igor Bukanov wrote:
> + { XK_Tab, ControlMask, "\033[1;5I", 0, 0},
> + { XK_ISO_Left_Tab, ShiftMask|ControlMask,"\033[1;6I",0, 0},

Are these escape sequences unique to Mintty? I wasn't able to find any
other emulators using them. I suspect Mintty is a lot less popular than
Xterm which uses "\033[27;5;9~" and "\033[27;6;9~", so I think it'd make
more sense to use Xterm's escape sequences in config.def.h.

Eric
Received on Sat Feb 16 2019 - 01:59:14 CET

This archive was generated by hypermail 2.3.0 : Sat Feb 16 2019 - 02:00:25 CET