diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-06-01 16:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-06-01 16:01:19 +0100 |
commit | 7bf5d4b94641bf85c2ae91ee5a1953579c8f1531 (patch) | |
tree | ba8b6f51d9d2047a6616e563745f23798f84ddbc /input.c | |
parent | b675e6b2d552472288c2f0cc606cc141c650bcee (diff) | |
parent | a3c617249527d96fa8c12e7470ebebec58fde00e (diff) | |
download | rtmux-7bf5d4b94641bf85c2ae91ee5a1953579c8f1531.tar.gz rtmux-7bf5d4b94641bf85c2ae91ee5a1953579c8f1531.tar.bz2 rtmux-7bf5d4b94641bf85c2ae91ee5a1953579c8f1531.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |