- 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.
This commit is contained in:
Tiago Cunha
2009-07-17 18:32:54 +00:00
parent 646632de1d
commit ae7dda10ce
9 changed files with 125 additions and 11 deletions

3
cmd.c
View File

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