1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

36070: _tmux: Update bell-action and prefix options

This commit is contained in:
Frank Terbeck 2015-08-10 16:46:12 +02:00
parent b6d44f6c63
commit 5d10851b73
2 changed files with 6 additions and 3 deletions

View file

@ -52,6 +52,9 @@
* 36060: Completion/Unix/Command/_tmux: _tmux: Update TODO
* 36070: Completion/Unix/Command/_tmux: _tmux: Update bell-action
and prefix options
2015-08-10 Peter Stephenson <p.stephenson@samsung.com>
* 36045: Test/A05execution.ztst: make effect of failures

View file

@ -1257,7 +1257,7 @@ function __tmux-option-guard() {
options=(
'assume-paste-time:'${int_guard}
'base-index:'${int_guard}
'bell-action:DESC:any none current'
'bell-action:DESC:any none current other'
'bell-on-alert:DESC:on off'
'default-command:MSG:command string'
'default-shell:MSG:shell executable'
@ -1275,7 +1275,7 @@ function __tmux-option-guard() {
'message-style:__tmux-style'
'mouse:DESC:on off'
'mouse-utf8:DESC:on off'
'prefix:MSG:comma-seperated key list'
'prefix:MSG:primary prefix key'
'prefix2:MSG:secondary prefix key'
'renumber-windows:DESC:on off'
'repeat-time:'${int_guard}
@ -1399,7 +1399,7 @@ function __tmux-session-options() {
'message-style:status line message style'
'mouse:enable mouse support'
'mouse-utf8:request utf8 mouse support'
'prefix:comma seperated line of keys accepted as prefix key'
'prefix:primary prefix key'
'prefix2:secondary prefix key'
'renumber-windows:renumber windows if a window is closed'
'repeat-time:time for multiple commands without prefix-key presses'