aboutsummaryrefslogtreecommitdiff
path: root/cmd-display-message.c
Commit message (Expand)AuthorAge
* Handle splitw -I correctly when used from an attached client, GitHubnicm2021-10-07
* Add args parsing callback for some future work, currently unused.nicm2021-08-21
* Hide struct args behind a couple of accessor functions.nicm2021-08-20
* Missing argument specifier for -c.nicm2021-08-14
* Add a flag to disable keys to close a message, GitHub issue 2625.nicm2021-04-12
* When display-message used in config file, show the message after thenicm2021-04-07
* Add a -d option to display-message to set delay, from theonekeyg atnicm2020-07-27
* Support embedded styles in the display-message message, GitHub issuenicm2020-05-16
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* Remove a leftover abort and some fixes from cppcheck.nicm2019-05-30
* Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* Add format variables for the default formats for the various modesnicm2019-03-18
* Add a -v flag to display-message to show verbose messages as the formatnicm2019-03-15
* Store the time in the format tree rather than passing it around.nicm2019-03-14
* Accept 0 time as a shorthand for now to format_expand_time.nicm2019-03-14
* Remove unnecessary brackets.nicm2018-04-23
* Change how display-message uses the client. Originally it was onlynicm2018-04-18
* In order that people can use formats like #D in #() in the status linenicm2017-05-01
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-13
* Add static in cmd-* and fix a few other nits.nicm2016-10-10
* Do not crash if display-message used without a client, issue reported bynicm2016-08-25
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13
* -c needs to be able for fail for display-message.nicm2015-12-13
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-13
* Add cmdq as an argument to format_create and add a format for thenicm2015-12-11
* Remove format_create_flags and just pass flags to format_create.nicm2015-12-08
* Use format_expand_time for display-message.nicm2015-11-18
* Rewrite of the target resolution internals to be simpler and morenicm2015-04-27
* Wrap all the individual format_* calls in a single format_defaultsnicm2015-02-05
* Move template defines back into .c files.nicm2014-10-20
* Instead of setting up the default keys by building the key structnicm2014-10-20
* Trivial style and spacing nits.nicm2013-10-10
* Handle no client better in display-message.Nicholas Marriott2013-03-25
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
* Fix error reporting for client commands by adding a flag toNicholas Marriott2013-03-24
* Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott2012-12-09
* Use a separate define for each default format template and strip clutterNicholas Marriott2012-08-14
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
* Terminate strftime buffer properly and free format string, whoops. FromNicholas Marriott2012-03-03
* Use format for display-message, based on a diff from George Nachman.Nicholas Marriott2012-02-23
* Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat2011-04-06
* Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29