From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15839 invoked by alias); 10 Aug 2015 13:35:20 -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: 36055 Received: (qmail 17962 invoked from network); 10 Aug 2015 13:35:18 -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 16/18] _tmux: Add support for new server options Date: Mon, 10 Aug 2015 15:27:36 +0200 Message-Id: <1439213258-14196-17-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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux index 6e8f0fa..36416b0 100644 --- a/Completion/Unix/Command/_tmux +++ b/Completion/Unix/Command/_tmux @@ -1305,8 +1305,12 @@ function __tmux-option-guard() { 'buffer-limit:'${int_guard} 'default-terminal:MSG:terminal string' 'escape-time:'${int_guard} + 'exit-unattached:DESC:on off' + 'focus-events:DESC:on off' + 'history-file:_path-files -g "*(-.)"' 'message-limit:'${int_guard} 'quiet:DESC:on off' + 'set-clipboard:DESC:on off' 'terminal-overrides:MSG:overrides string' ) else @@ -1452,8 +1456,12 @@ function __tmux-server-options() { 'buffer-limit:number of buffers kept per session' 'default-terminal:default terminal definition string' 'escape-time:set timeout to detect single escape characters (in msecs)' + 'exit-unattached:make server exit if it has no attached clients' + 'focus-events:request focus events from terminal' + 'history-file:tmux command history file name' 'message-limit:set size of message log per client' 'quiet:enable/disable the display of various informational messages' + 'set-clipboard:use esc sequences to set terminal clipboard' 'terminal-overrides:override terminal descriptions' ) _describe -t tmux-server-options 'tmux server option' tmux_server_options -- 2.1.4