CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/07/17 12:45:08
Modified files:
usr.bin/tmux : Makefile cmd.c key-bindings.c status.c tmux.1
tmux.h window.c
Added files:
usr.bin/tmux : cmd-display-message.c
Log message:
- 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!