From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29864 invoked by alias); 10 Aug 2015 13:39:45 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36060 Received: (qmail 2494 invoked from network); 10 Aug 2015 13:39:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS autolearn=ham autolearn_force=no version=3.4.0 From: Frank Terbeck To: zsh-workers@zsh.org Subject: [PATCH 18/18] _tmux: Update TODO Date: Mon, 10 Aug 2015 15:27:38 +0200 Message-Id: <1439213258-14196-19-git-send-email-ft@bewatermyfriend.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1439213258-14196-1-git-send-email-ft@bewatermyfriend.org> References: <1439213258-14196-1-git-send-email-ft@bewatermyfriend.org> X-Df-Sender: NDMwNDQ0 --- Completion/Unix/Command/_tmux | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 3b28125..d21fe0e 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' ) -- 2.1.4