Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _tmux: Update options to latest tmux
- X-seq: zsh-workers 39848
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] _tmux: Update options to latest tmux
- Date: Sun, 6 Nov 2016 22:50:41 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
---
Completion/Unix/Command/_tmux | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 1adb7da..b7a72ad 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -1044,7 +1044,6 @@ function __tmux-option-guard() {
'message-command-style:__tmux-style'
'message-style:__tmux-style'
'mouse:DESC:on off'
- 'mouse-utf8:DESC:on off'
'prefix:MSG:primary prefix key'
'prefix2:MSG:secondary prefix key'
'renumber-windows:DESC:on off'
@@ -1064,7 +1063,6 @@ function __tmux-option-guard() {
'status-right-length:'${int_guard}
'status-right-style:__tmux-style'
'status-style:__tmux-style'
- 'status-utf8:DESC:on off'
'update-environment:MSG:string listing env. variables'
'visual-activity:DESC:on off'
'visual-bell:DESC:on off'
@@ -1105,10 +1103,11 @@ function __tmux-option-guard() {
'other-pane-width:'${int_guard}
'pane-active-border-style:__tmux-style'
'pane-base-index:'${int_guard}
+ 'pane-border-format:MSG:pane border status string'
+ 'pane-border-status:DESC:off top bottom'
'pane-border-style:__tmux-style'
'remain-on-exit:DESC:on off'
'synchronize-panes:DESC:on off'
- 'utf8:DESC:on off'
'window-active-style:__tmux-style'
'window-status-activity-style:__tmux-style'
'window-status-bell-style:__tmux-style'
@@ -1162,12 +1161,12 @@ function __tmux-session-options() {
'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'
+ 'key-table:default key table'
'lock-after-time:lock sessions after N seconds'
'lock-command:command to run for locking a client'
'message-command-style:status line message command style'
'message-style:status line message style'
'mouse:enable mouse support'
- 'mouse-utf8:request utf8 mouse support'
'prefix:primary prefix key'
'prefix2:secondary prefix key'
'renumber-windows:renumber windows if a window is closed'
@@ -1187,7 +1186,6 @@ function __tmux-session-options() {
'status-right-length:maximum length of the right part of the status bar'
'status-right-style:style of right part of status line'
'status-style:style status line'
- 'status-utf8:assume UTF-8 sequences to appear in status bar'
"update-environment:list of variables to be copied to a session's environment"
'visual-activity:display status line messages upon activity'
'visual-bell:use visual bell instead of audible'
@@ -1296,10 +1294,11 @@ function __tmux-window-options() {
'other-pane-width:width of other panes'
'pane-active-border-style:style of border of active pane'
'pane-base-index:integer at which to start indexing panes'
+ 'pane-border-format:set pane border format string'
+ 'pane-border-status:turn border status off or set its position'
'pane-border-style:style of border pane'
"remain-on-exit:don't destroy windows after the program exits"
'synchronize-panes:send input to all panes of a window'
- 'utf8:assume UTF-8 sequences to appear in a window'
'window-active-style:style of active window'
'window-status-activity-style:style of status bar activity tag'
'window-status-bell-style:style of status bar bell tag'
--
2.9.3
Messages sorted by:
Reverse Date,
Date,
Thread,
Author