Add the KEYC_XTERM flag to all function keys that imply a modifier so

that they are correctly translated into xterm(1)-style keys. GitHub
issue 1437.
This commit is contained in:
nicm
2018-08-16 14:04:03 +00:00
parent 14b97fc889
commit a9ffb56b65
2 changed files with 59 additions and 57 deletions

View File

@ -2235,7 +2235,7 @@ bad:
free(copy);
}
/* Handle the OSC 10 sequence for setting background colour. */
/* Handle the OSC 10 sequence for setting foreground colour. */
static void
input_osc_10(struct window_pane *wp, const char *p)
{