summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-07-17 18:32:54 +0000
committerTiago Cunha <tcunha@gmx.com>2009-07-17 18:32:54 +0000
commitae7dda10ceaf340fdeb4b365b79ca77789ebd844 (patch)
tree0e383c65c0da8455c9d9ed17a35c1648a7c8f508 /cmd.c
parent646632de1d1d88049c8e06604214104c99b9c97d (diff)
- 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.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
@@ -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,