mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
Frank: 27696: another tmux completion update
This commit is contained in:
parent
860d3fa361
commit
a13752e2cb
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2010-02-09 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Frank: 27696: Completion/Unix/Command/_tmux: another update
|
||||
|
||||
* Geoff: 27693: Src/exec.c, Src/init.c, Src/params.c, Src/init.c,
|
||||
Src/utils.c: rename underscore to avoid name clash.
|
||||
|
||||
|
@ -12712,5 +12714,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4889 $
|
||||
* $Revision: 1.4890 $
|
||||
*****************************************************
|
||||
|
|
|
@ -155,6 +155,7 @@ function _tmux-attach-session() {
|
|||
|
||||
args=(
|
||||
'-d[Detach other clients attached to target session]'
|
||||
'-r[Put the client into read-only mode]'
|
||||
'-t[Choose a target session]:target session:__tmux-sessions'
|
||||
)
|
||||
_arguments ${args}
|
||||
|
@ -1256,6 +1257,7 @@ function __tmux-option-guard() {
|
|||
else
|
||||
options=(
|
||||
'aggressive-resize:DESC:on off'
|
||||
'alternate-screen:DESC:on off'
|
||||
'automatic-rename:DESC:on off'
|
||||
'clock-mode-colour:__tmux-colours'
|
||||
'clock-mode-style:DESC:12 24'
|
||||
|
@ -1436,6 +1438,7 @@ function __tmux-window-options() {
|
|||
local -a tmux_window_options
|
||||
tmux_window_options=(
|
||||
'aggressive-resize:Aggressively resize windows'
|
||||
'alternate-screen:Allow alternate screen feature to be used'
|
||||
'automatic-rename:Attempt to automatically rename windows'
|
||||
'clock-mode-colour:Set clock colour'
|
||||
'clock-mode-style:Set clock hour format (12/24)'
|
||||
|
|
Loading…
Reference in a new issue