From ae7dda10ceaf340fdeb4b365b79ca77789ebd844 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Fri, 17 Jul 2009 18:32:54 +0000 Subject: - New command display-message (alias display) to display a message in the status line (bound to "i" by default). - Add support for including the window index, pane index, and window name in status-left, or status-right. - Bump protocol version. --- cmd.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd.c') diff --git a/cmd.c b/cmd.c index 633a0e91..1d689e81 100644 --- a/cmd.c +++ b/cmd.c @@ -1,4 +1,4 @@ -/* $Id: cmd.c,v 1.104 2009-07-17 15:56:46 nicm Exp $ */ +/* $Id: cmd.c,v 1.105 2009-07-17 18:32:54 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -41,6 +41,7 @@ const struct cmd_entry *cmd_table[] = { &cmd_copy_mode_entry, &cmd_delete_buffer_entry, &cmd_detach_client_entry, + &cmd_display_message_entry, &cmd_down_pane_entry, &cmd_find_window_entry, &cmd_has_session_entry, -- cgit v1.2.3