The branch, master has been updated
       via  7bf5d4b94641bf85c2ae91ee5a1953579c8f1531 (commit)
       via  a3c617249527d96fa8c12e7470ebebec58fde00e (commit)
      from  b675e6b2d552472288c2f0cc606cc141c650bcee (commit)

- Log -----------------------------------------------------------------
commit 7bf5d4b94641bf85c2ae91ee5a1953579c8f1531
Merge: b675e6b a3c6172
Author: Thomas Adam <tho...@xteddy.org>
Commit: Thomas Adam <tho...@xteddy.org>

    Merge branch 'obsd-master'

 input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


commit a3c617249527d96fa8c12e7470ebebec58fde00e
Author: nicm <nicm>
Commit: nicm <nicm>

    Missing t at end of response, from Vincent Bernat.
---
 input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/input.c b/input.c
index 886d561..6be5d90 100644
--- a/input.c
+++ b/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);


-----------------------------------------------------------------------

Summary of changes:
 input.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
tmux

------------------------------------------------------------------------------
_______________________________________________
tmux-cvs mailing list
tmux-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to