]> git.armaanb.net Git - st.git/commit
make the various combinations of arrow keys and shift/control/meta work
authorManuel Tobias Schiller <mala@hinterbergen.de>
Mon, 14 Nov 2016 17:25:51 +0000 (18:25 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 14 Nov 2016 18:58:02 +0000 (19:58 +0100)
commit740ada1447a0bf9eb7db327d9433fa0b96e0a4d8
tree3804979609cc8b1673e9f3ee594a76bdc23f38ba
parent424202798b02554092ba84dd59fb7b79b59b7b75
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.
config.def.h