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
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls.
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-users