aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authornicm <nicm>2015-06-01 13:59:57 +0000
committernicm <nicm>2015-06-01 13:59:57 +0000
commita3c617249527d96fa8c12e7470ebebec58fde00e (patch)
tree654592f63a285e20a9c084c9c75131b713477602 /input.c
parent58b50fb543168128f1eef30ad9908cf27ee91f41 (diff)
downloadrtmux-a3c617249527d96fa8c12e7470ebebec58fde00e.tar.gz
rtmux-a3c617249527d96fa8c12e7470ebebec58fde00e.tar.bz2
rtmux-a3c617249527d96fa8c12e7470ebebec58fde00e.zip
Missing t at end of response, from Vincent Bernat.
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 886d561d..6be5d906 100644
--- a/input.c
+++ b/input.c
@@ -1599,7 +1599,7 @@ input_csi_dispatch_winops(struct input_ctx *ictx)
return;
break;
case 18:
- input_reply(ictx, "\033[8;%u;%u", wp->sy, wp->sx);
+ input_reply(ictx, "\033[8;%u;%ut", wp->sy, wp->sx);
break;
default:
log_debug("%s: unknown '%c'", __func__, ictx->ch);