On Tue, Jul 24, 2012 at 10:02:35AM +0100, Thomas Adam wrote:
> Hi,
>
> On 23 July 2012 08:13, KOIE Hidetaka <h...@koie.org> wrote:
+--- 14 lines: > > some FORMAT variables are not listed in
tmux.1.-----------------------
>
> Can you resend this without the FIXME part?  Or were you hoping
> someone else would fill that in for you because you're unsure what
> should go there?  Either way, this isn't really a complete patch.
>
> -- Thomas Adam
>


Already sent those last week (minus the history_size item). Here is an
update patch.

Not sure about the history_size description though



---
 trunk/tmux.1 |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/trunk/tmux.1 b/trunk/tmux.1
index d9c680a..9689b22 100644
--- a/trunk/tmux.1
+++ b/trunk/tmux.1
@@ -2330,6 +2330,7 @@ may contain any of the following special character 
sequences:
 .It Li "#h" Ta "Hostname of local host without the domain name"
 .It Li "#F" Ta "Current window flag"
 .It Li "#I" Ta "Current window index"
+.It Li "#D" Ta "Current pane unique identifier"
 .It Li "#P" Ta "Current pane index"
 .It Li "#S" Ta "Session name"
 .It Li "#T" Ta "Current pane title"
@@ -2907,6 +2908,9 @@ The following variables are available, where appropriate:
 .It Li "client_utf8" Ta "1 if client supports utf8"
 .It Li "client_width" Ta "Width of client"
 .It Li "host" Ta "Hostname of local host"
+.It Li "history_bytes" Ta "Number of bytes in window history"
+.It Li "history_limit" Ta "Max number of lines in window history"
+.It Li "history_size" Ta "size of history"
 .It Li "line" Ta "Line number in the list"
 .It Li "pane_active" Ta "1 if active pane"
 .It Li "pane_current_path" Ta "Current path if available"
@@ -2933,6 +2937,7 @@ The following variables are available, where appropriate:
 .It Li "window_find_matches" Ta "Matched data from the find-window command if 
available"
 .It Li "window_flags" Ta "Window flags"
 .It Li "window_height" Ta "Height of window"
+.It Li "window_id" Ta "Unique window ID"
 .It Li "window_index" Ta "Index of window"
 .It Li "window_layout" Ta "Window layout description"
 .It Li "window_name" Ta "Name of window"
-- 
1.7.10.4


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to