commit | 6f5150a943425d7d5d65ae443f956931fcb82d0b | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicm@openbsd.org> | Fri Jul 17 18:45:08 2009 +0000 |
committer | Nicholas Marriott <nicm@openbsd.org> | Fri Jul 17 18:45:08 2009 +0000 |
tree | c216bcb4894a8b6b330cc4775e8490e10a8b18b3 | |
parent | ad006bc6b66f335e87c0876d1b77af3541a4b517 [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!