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

Reply via email to