Age | Commit message (Expand) | Author |
2019-03-18 | Add format variables for the default formats for the various modes | Nicholas Marriott |
2019-03-15 | Add a -v flag to display-message to show verbose messages as the format | Nicholas Marriott |
2019-03-14 | Store the time in the format tree rather than passing it around. | Nicholas Marriott |
2019-03-14 | Accept 0 time as a shorthand for now to format_expand_time. | Nicholas Marriott |
2018-04-23 | Remove unnecessary brackets. | Nicholas Marriott |
2018-04-18 | Change how display-message uses the client. Originally it was only | Nicholas Marriott |
2017-05-01 | In order that people can use formats like #D in #() in the status line | Nicholas Marriott |
2017-04-22 | Get rid of the extra layer of flags and cmd_prepare() and just store the | Nicholas Marriott |
2017-02-03 | Add a window or pane id "tag" to each format tree and use it to separate | Nicholas Marriott |
2016-10-16 | Mass rename struct cmd_q to struct cmdq_item and related. | Nicholas Marriott |
2016-10-13 | Trying to do hooks generically is way too complicated and unreliable and | Nicholas Marriott |
2016-10-10 | Add static in cmd-* and fix a few other nits. | Nicholas Marriott |
2016-08-25 | Do not crash if display-message used without a client, issue reported by | Nicholas Marriott |
2015-12-14 | Instead of combined flags for -c, -s, -t, split into different sets | Nicholas Marriott |
2015-12-13 | Use member names in cmd_entry definitions so I stop getting confused | Nicholas Marriott |
2015-12-13 | -c needs to be able for fail for display-message. | Nicholas Marriott |
2015-12-13 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-12-11 | Add cmdq as an argument to format_create and add a format for the | Nicholas Marriott |
2015-12-08 | Remove format_create_flags and just pass flags to format_create. | Nicholas Marriott |
2015-11-18 | Use format_expand_time for display-message. | Nicholas Marriott |
2015-04-27 | Rewrite of the target resolution internals to be simpler and more | Nicholas Marriott |
2015-02-05 | Wrap all the individual format_* calls in a single format_defaults | Nicholas Marriott |
2014-10-20 | Move template defines back into .c files. | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |
2013-10-10 | Trivial style and spacing nits. | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-03-25 | Handle no client better in display-message. | Nicholas Marriott |
2013-03-25 | Don't let display-message crash if no client, from George Nachman. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Fix error reporting for client commands by adding a flag to | Nicholas Marriott |
2013-03-24 | Allow display-message with no curclient. | Nicholas Marriott |
2012-12-09 | Use the CMD_*_USAGE defines consistently, from Thomas Adam. | Nicholas Marriott |
2012-08-14 | Use a separate define for each default format template and strip clutter | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-05-22 | Switch all of the various choose- and list- commands over to the format | Nicholas Marriott |
2012-03-03 | Terminate strftime buffer properly and free format string, whoops. From | Nicholas Marriott |
2012-02-23 | Use format for display-message, based on a diff from George Nachman. | Nicholas Marriott |
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott |
2011-01-04 | Clean up and simplify tmux command argument parsing. | Nicholas Marriott |
2009-11-24 | Add a -p flag to display-message to print the output rather than displaying in | Nicholas Marriott |
2009-11-19 | 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-13 | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the | Nicholas Marriott |
2009-10-10 | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott |
2009-07-26 | Make all messages sent between the client and server fixed size. | Nicholas Marriott |
2009-07-17 | - New command display-message (alias display) to display a message in the | Nicholas Marriott |