mirror of
https://github.com/tmux/tmux.git
synced 2025-01-08 08:58:47 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
7bf5d4b946
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