mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
39848: _tmux: Update options to latest tmux
This commit is contained in:
parent
02fe884a11
commit
c2649189cb
2 changed files with 8 additions and 6 deletions
|
@ -3,6 +3,9 @@
|
|||
* 39847: Util/check-tmux-state: Update helper function name
|
||||
pattern
|
||||
|
||||
* 39848: Completion/Unix/Command/_tmux: _tmux: Update options to
|
||||
latest tmux
|
||||
|
||||
2016-11-05 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* unposted: Completion/compaudit: tweak replacement getent
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue