Eric Pruitt писал(а) 2024.06.28 00:12:
On Thu, Jun 27, 2024 at 12:39:07PM -0400, Greg Reagle wrote:
Note that I have not actually tried this and I am no expert on the
topic.  You might want to update the terminfo database too?

I can confirm that will work. It's what I use in my st configuration:
https://github.com/ericpruitt/emus/blob/3a5b62e2f1674f2ee1e5c39b758fe23f6e529301/desktop-environment/st-config.h#L247

Eric

Thanks for your reply, Eric.
I added
{ XK_Tab,           ControlMask,    "\033[27;5;9~",  0,    0},
to "static Key key[] = {" section, and prescribed
escape ^[[27;5;9~
in my ~/.screenrc, but the combination CTRL+Tab doesn't work for "escape" command for screen. Instead I get ";5;9~" printed after the prompt when I press CTRL+Tab.

Reply via email to