about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Unix/Command/_tmux2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eff207c91..36bec02fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2010-02-08  Peter Stephenson  <pws@csr.com>
 
+	* 27665: Frank: Completion/Unix/Command/_tmux: update.
+
 	* 27658: Completion/Unix/Command/_zip: work around globbing
 	problems.
 
@@ -12698,5 +12700,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4885 $
+* $Revision: 1.4886 $
 *****************************************************
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index f8ea1a0e8..eae7b18b2 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1203,6 +1203,7 @@ function __tmux-option-guard() {
             'default-shell:MSG:shell executable'
             'default-terminal:MSG:terminal string'
             'display-panes-colour:__tmux-colours'
+            'display-panes-active-colour:__tmux-colours'
             'display-panes-time:'${int_guard}
             'display-time:'${int_guard}
             'history-limit:'${int_guard}
@@ -1317,6 +1318,7 @@ function __tmux-options() {
         'default-shell:Default shell executable'
         'default-terminal:Default terminal definition string'
         'display-panes-colour:Colour used for display-panes'
+        'display-panes-active-colour:Colour for active pane in display-panes'
         'display-panes-time:Time (in msecs) of display-panes output'
         'display-time:Time (in msecs) messages are displayed'
         'history-limit:Number of copy-mode lines per window'