Commit c8a2f36e authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

input: recognize Option+Arrow keys on iTerm2 in "xterm mode"

Inspired-by: default avatarMike Frysinger <vapier@gentoo.org>

This kind of addresses https://savannah.gnu.org/bugs/?51685.
parent f2f7498f
Showing with 1 addition and 0 deletions
+1 -0
......@@ -971,6 +971,7 @@ int convert_sequence(const int *seq, size_t seq_len)
}
break;
#ifndef NANO_TINY
case '9': /* To accomodate iTerm2 in "xterm mode". */
case '3':
switch (seq[4]) {
case 'A': /* Esc [ 1 ; 3 A == Alt-Up on xterm. */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment