aboutsummaryrefslogtreecommitdiff
path: root/tty.c
diff options
context:
space:
mode:
authornicm <nicm>2017-01-11 22:36:07 +0000
committernicm <nicm>2017-01-11 22:36:07 +0000
commit3bb14001b9a9a5665c7dcac542dc49841e1b3c58 (patch)
treeb84fd2e64b8d75fa4890221e9fb1b028913df6d4 /tty.c
parentbf6a5c056d4be87d68d0e3e409dbf8f116bc9317 (diff)
downloadrtmux-3bb14001b9a9a5665c7dcac542dc49841e1b3c58.tar.gz
rtmux-3bb14001b9a9a5665c7dcac542dc49841e1b3c58.tar.bz2
rtmux-3bb14001b9a9a5665c7dcac542dc49841e1b3c58.zip
Add some missing special keys to key_string_lookup_key, fix a mouse
check in server_client_handle_key, and tweak a comment.
Diffstat (limited to 'tty.c')
-rw-r--r--tty.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tty.c b/tty.c
index 23a74255..d9962491 100644
--- a/tty.c
+++ b/tty.c
@@ -565,9 +565,7 @@ tty_update_mode(struct tty *tty, int mode, struct screen *s)
if (mode & ALL_MOUSE_MODES) {
/*
* Enable the SGR (1006) extension unconditionally, as
- * this is safe from misinterpretation. Do it in this
- * order, because in some terminals it's the last one
- * that takes effect and SGR is the preferred one.
+ * it is safe from misinterpretation.
*/
tty_puts(tty, "\033[?1006h");
if (mode & MODE_MOUSE_BUTTON)