The final "t" was missing. It is needed to indicate the end of the
answer sequence.
---
input.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/input.c b/input.c
index dc0616950ca8..ba950a68ed83 100644
--- a/input.c
+++ b/input.c
@@ -1523,7 +1523,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);
--
2.0.1
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
tmux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-users