mirror of
https://github.com/tmate-io/tmate.git
synced 2025-01-13 01:18:13 +01:00
Missing t at end of response, from Vincent Bernat.
This commit is contained in:
parent
58b50fb543
commit
a3c6172495
2
input.c
2
input.c
@ -1599,7 +1599,7 @@ input_csi_dispatch_winops(struct input_ctx *ictx)
|
|||||||
return;
|
return;
|
||||||
break;
|
break;
|
||||||
case 18:
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
log_debug("%s: unknown '%c'", __func__, ictx->ch);
|
log_debug("%s: unknown '%c'", __func__, ictx->ch);
|
||||||
|
Loading…
Reference in New Issue
Block a user