summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-07-17 18:45:08 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-07-17 18:45:08 +0000
commit6f5150a943425d7d5d65ae443f956931fcb82d0b (patch)
treec216bcb4894a8b6b330cc4775e8490e10a8b18b3 /cmd.c
parentad006bc6b66f335e87c0876d1b77af3541a4b517 (diff)
- New command display-message (alias display) to display a message in the
status line (bound to "i" and displays the current window and time by default). The same substitutions are applied as for status-left/right. - Add support for including the window index (#I), pane index (#P) and window name (#W) in the message, and status-left or status-right. - Bump protocol version. From Tiago Cunha, thanks!
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd.c b/cmd.c
index f2466216..30553287 100644
--- a/cmd.c
+++ b/cmd.c
@@ -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,