From: Manuel Tobias Schiller Date: Mon, 14 Nov 2016 17:25:51 +0000 (+0100) Subject: make the various combinations of arrow keys and shift/control/meta work X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/740ada1447a0bf9eb7db327d9433fa0b96e0a4d8?ds=sidebyside;hp=740ada1447a0bf9eb7db327d9433fa0b96e0a4d8 make the various combinations of arrow keys and shift/control/meta work When using st with screen, I've bound next, prev, new screen to combinations like Ctrl-Alt-Right,Left,Down; xterm and (u)rxvt work fine when this combination of modifiers is pressed, st does not seem to transport all of them; a single modifier key is fine (e.g. Ctrl-Up, Alt-Down etc., but combinations are not). While I'm not terribly familiar with this, I have tried to hack config.h in a more or less systematic way to generate the expected sequences. ---