mirror of
https://github.com/tmux/tmux.git
synced 2025-11-24 19:06:07 +00:00
Merge branch 'obsd-master'
This commit is contained in:
2
input.c
2
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);
|
||||
|
||||
Reference in New Issue
Block a user