aboutsummaryrefslogtreecommitdiff
path: root/cmd-display-message.c
Commit message (Expand)AuthorAge
* Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Add a -p flag to display-message to print the output rather than displaying inNicholas Marriott2009-11-24
* Two new options, window-status-format and window-status-current-format, whichNicholas Marriott2009-11-19
* Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott2009-11-19
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* - New command display-message (alias display) to display a message in theNicholas Marriott2009-07-17