Sorry, after I submitted the patch I realized it was incorrect.
Certain options take arguments and my patch didn't account for that.
I've attached a new patch which does.
On Wed, Jan 29, 2014 at 12:28 AM, J Raynor wrote:
> I've attached a patch which implements this. The 't' group of escape
>
I've attached a patch which implements this. The 't' group of escape
sequences are described as being for "window manipulation" in some
documentation, so that's why I picked WMN in the INPUT_CSI_WMN
identifier.
diff --git a/input.c b/input.c
index 259fad1..e27ecbb 100644
--- a/input.c
+++ b/input.
Hi. It isn't supported at the moment, needs to be added in input.c
Original message
From: yohann dupont
Date: 22/01/2014 13:39 (GMT+00:00)
To: tmux-users@lists.sourceforge.net
Subject: Window size
Hi,
The \033[18t control sequence did'nt return any result. Here a PHP sc