aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-06-01 16:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2015-06-01 16:01:19 +0100
commit7bf5d4b94641bf85c2ae91ee5a1953579c8f1531 (patch)
treeba8b6f51d9d2047a6616e563745f23798f84ddbc /input.c
parentb675e6b2d552472288c2f0cc606cc141c650bcee (diff)
parenta3c617249527d96fa8c12e7470ebebec58fde00e (diff)
downloadrtmux-7bf5d4b94641bf85c2ae91ee5a1953579c8f1531.tar.gz
rtmux-7bf5d4b94641bf85c2ae91ee5a1953579c8f1531.tar.bz2
rtmux-7bf5d4b94641bf85c2ae91ee5a1953579c8f1531.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 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);