| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a -d option to display-message to set delay, from theonekeyg at |  nicm | 2020-07-27 | 1 | -4/+14 |
* | Support embedded styles in the display-message message, GitHub issue |  nicm | 2020-05-16 | 1 | -2/+2 |
* | Make client -c and -t handling common in cmd-queue.c and try to be |  nicm | 2020-04-13 | 1 | -10/+9 |
* | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its |  nicm | 2020-04-13 | 1 | -5/+6 |
* | Make struct cmd local to cmd.c and move it out of tmux.h. |  nicm | 2020-04-13 | 1 | -4/+4 |
* | Remove a leftover abort and some fixes from cppcheck. |  nicm | 2019-05-30 | 1 | -3/+2 |
* | Allow panes to be empty (no command), output can be piped to them with |  nicm | 2019-05-03 | 1 | -4/+13 |
* | Add format variables for the default formats for the various modes |  nicm | 2019-03-18 | 1 | -3/+17 |
* | Add a -v flag to display-message to show verbose messages as the format |  nicm | 2019-03-15 | 1 | -4/+9 |
* | Store the time in the format tree rather than passing it around. |  nicm | 2019-03-14 | 1 | -2/+2 |
* | Accept 0 time as a shorthand for now to format_expand_time. |  nicm | 2019-03-14 | 1 | -2/+2 |
* | Remove unnecessary brackets. |  nicm | 2018-04-23 | 1 | -5/+3 |
* | Change how display-message uses the client. Originally it was only |  nicm | 2018-04-18 | 1 | -6/+18 |
* | In order that people can use formats like #D in #() in the status line |  nicm | 2017-05-01 | 1 | -2/+2 |
* | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -7/+7 |
* | Add a window or pane id "tag" to each format tree and use it to separate |  nicm | 2017-02-03 | 1 | -2/+2 |
* | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -10/+11 |
* | Trying to do hooks generically is way too complicated and unreliable and |  nicm | 2016-10-13 | 1 | -2/+2 |
* | Add static in cmd-* and fix a few other nits. |  nicm | 2016-10-10 | 1 | -3/+3 |
* | Do not crash if display-message used without a client, issue reported by |  nicm | 2016-08-25 | 1 | -2/+3 |
* | Instead of combined flags for -c, -s, -t, split into different sets |  nicm | 2015-12-14 | 1 | -2/+5 |
* | Use member names in cmd_entry definitions so I stop getting confused |  nicm | 2015-12-13 | 1 | -7/+10 |
* | -c needs to be able for fail for display-message. |  nicm | 2015-12-13 | 1 | -2/+2 |
* | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -28/+6 |
* | Add cmdq as an argument to format_create and add a format for the |  nicm | 2015-12-11 | 1 | -2/+2 |
* | Remove format_create_flags and just pass flags to format_create. |  nicm | 2015-12-08 | 1 | -2/+2 |
* | Use format_expand_time for display-message. |  nicm | 2015-11-18 | 1 | -9/+2 |
* | Rewrite of the target resolution internals to be simpler and more |  nicm | 2015-04-27 | 1 | -2/+2 |
* | Wrap all the individual format_* calls in a single format_defaults |  nicm | 2015-02-05 | 1 | -6/+2 |
* | Move template defines back into .c files. |  nicm | 2014-10-20 | 1 | -1/+6 |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -2/+1 |
* | Trivial style and spacing nits. |  nicm | 2013-10-10 | 1 | -4/+4 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -2/+1 |
* | Handle no client better in display-message. |  nicm | 2013-03-25 | 1 | -6/+15 |
* | Don't let display-message crash if no client, from George Nachman. |  nicm | 2013-03-25 | 1 | -2/+5 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -9/+9 |
* | Fix error reporting for client commands by adding a flag to |  nicm | 2013-03-24 | 1 | -4/+2 |
* | Allow display-message with no curclient. |  nicm | 2013-03-24 | 1 | -4/+4 |
* | Use the CMD_*_USAGE defines consistently, from Thomas Adam. |  nicm | 2012-12-09 | 1 | -2/+3 |
* | Use a separate define for each default format template and strip clutter |  nicm | 2012-08-14 | 1 | -2/+2 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -8/+8 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -2/+3 |
* | Switch all of the various choose- and list- commands over to the format |  nicm | 2012-05-22 | 1 | -2/+2 |
* | Terminate strftime buffer properly and free format string, whoops. From |  nicm | 2012-03-03 | 1 | -3/+6 |
* | Use format for display-message, based on a diff from George Nachman. |  nicm | 2012-02-23 | 1 | -11/+29 |
* | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 2011-04-06 | 1 | -2/+2 |
* | Change -t on display-message to be target-pane for the #[A-Z] |  nicm | 2011-03-29 | 1 | -5/+18 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -12/+11 |
* | Add a -p flag to display-message to print the output rather than displaying in |  nicm | 2009-11-24 | 1 | -4/+7 |
* | Two new options, window-status-format and window-status-current-format, which |  nicm | 2009-11-19 | 1 | -2/+2 |