aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2018-08-17 11:20:20 +0100
committerThomas Adam <thomas@xteddy.org>2018-08-17 11:20:20 +0100
commit98a3c98c28655a83602e3ac6f3be5b726dbfcb03 (patch)
tree022bc35c8a4d4a14112687a4d8e6344fe71d7ae8 /input.c
parentde2ddddd6059094353b5a32d701a62fbb179e4eb (diff)
parenta9ffb56b65bca68bc3f31d1ed9b6765ae4e523b9 (diff)
downloadrtmux-98a3c98c28655a83602e3ac6f3be5b726dbfcb03.tar.gz
rtmux-98a3c98c28655a83602e3ac6f3be5b726dbfcb03.tar.bz2
rtmux-98a3c98c28655a83602e3ac6f3be5b726dbfcb03.zip
Merge branch 'obsd-master'
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)
{