- 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!
This commit is contained in:
Nicholas Marriott
2009-07-17 18:45:08 +00:00
parent ad006bc6b6
commit 6f5150a943
8 changed files with 119 additions and 4 deletions

1
cmd.c
View File

@ -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,