From a9ffb56b65bca68bc3f31d1ed9b6765ae4e523b9 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 16 Aug 2018 14:04:03 +0000 Subject: 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. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index 741e83d6..254d0e5d 100644 --- a/input.c +++ b/input.c @@ -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) { -- cgit