summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authornicm <nicm>2018-08-16 14:04:03 +0000
committernicm <nicm>2018-08-16 14:04:03 +0000
commita9ffb56b65bca68bc3f31d1ed9b6765ae4e523b9 (patch)
treecf2d45ec6c445e68e76521992b2afeea5f9c3c7e /input.c
parent14b97fc88944305c80a4182a3dd5fb554a4d0b0a (diff)
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.
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
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)
{