From b6d44f6c638ac9a4b477cd7d977caac8172687cd Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Mon, 10 Aug 2015 15:27:38 +0200 Subject: 36060: _tmux: Update TODO --- Completion/Unix/Command/_tmux | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 3b2812530..d21fe0e99 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -43,10 +43,11 @@ # # TODO: # -# The way options (set/show etc) are handled needs to be reviewed. -# For example, set-option can set every type of option now. I hope -# this is rather simple to improve. Also, there are new options that -# need to be supported. +# - Implement __tmux-format +# - Implement __tmux-style (possibly using existing helpers like +# __tmux-attributes and __tmux-colours) +# - in _tmux-list-panes, use __tmux-windows or __tmux-sessions +# depending on -s is among the sub-commands current command line. # Global variables; setup the first time _tmux is called. # For $_tmux_commands[] generation, see the very end of this file. @@ -201,7 +202,7 @@ function _tmux-break-pane() { local -a args args=( '-d[do not make the new window become the active one]' - '-F[specify format of output]:format:__tmux-format' + '-F[specify format of output]:format:__tmux-format__tmux-format' '-P[print information of new window after it has been created]' '-t[choose a target pane]:panes:__tmux-panes' ) -- cgit 1.4.1