index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-display-message.c
Commit message (
Expand
)
Author
Age
*
Use a separate define for each default format template and strip clutter
Nicholas Marriott
2012-08-14
*
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-11
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
*
Switch all of the various choose- and list- commands over to the format
Nicholas Marriott
2012-05-22
*
Terminate strftime buffer properly and free format string, whoops. From
Nicholas Marriott
2012-03-03
*
Use format for display-message, based on a diff from George Nachman.
Nicholas Marriott
2012-02-23
*
Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'
Miod Vallat
2011-04-06
*
Change -t on display-message to be target-pane for the #[A-Z]
Nicholas Marriott
2011-03-29
*
Clean up and simplify tmux command argument parsing.
Nicholas Marriott
2011-01-04
*
Add a -p flag to display-message to print the output rather than displaying in
Nicholas Marriott
2009-11-24
*
Two new options, window-status-format and window-status-current-format, which
Nicholas Marriott
2009-11-19
*
Don't interpret #() for display-message, it usually doesn't make sense and may
Nicholas Marriott
2009-11-19
*
Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the
Nicholas Marriott
2009-11-13
*
Rather than running status-left, status-right and window title #() with popen
Nicholas Marriott
2009-10-10
*
Make all messages sent between the client and server fixed size.
Nicholas Marriott
2009-07-26
*
- New command display-message (alias display) to display a message in the
Nicholas Marriott
2009-07-17