1. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 2 months ago
  2. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 2 months ago
  3. 4cc6db7 Missing argument specifier for -c. by nicm · 3 years, 2 months ago
  4. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 6 months ago
  5. 1ac4740 When display-message used in config file, show the message after the by nicm · 3 years, 6 months ago
  6. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 3 months ago
  7. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 5 months ago
  8. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 6 months ago
  9. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  10. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 6 months ago
  11. b26523c Remove a leftover abort and some fixes from cppcheck. by nicm · 5 years ago
  12. 9f75635 Allow panes to be empty (no command), output can be piped to them with by nicm · 5 years ago
  13. 2628af5 Add format variables for the default formats for the various modes by nicm · 6 years ago
  14. 2757881 Add a -v flag to display-message to show verbose messages as the format by nicm · 6 years ago
  15. 10d60fa Store the time in the format tree rather than passing it around. by nicm · 6 years ago
  16. 1416ceb Accept 0 time as a shorthand for now to format_expand_time. by nicm · 6 years ago
  17. 9f39652 Remove unnecessary brackets. by nicm · 6 years ago
  18. 3dceddd Change how display-message uses the client. Originally it was only by nicm · 7 years ago
  19. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 7 years ago
  20. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  21. 7d23d01 Add a window or pane id "tag" to each format tree and use it to separate by nicm · 8 years ago
  22. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  23. 4289a1e Trying to do hooks generically is way too complicated and unreliable and by nicm · 8 years ago
  24. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  25. 6bf033b Do not crash if display-message used without a client, issue reported by by nicm · 8 years ago
  26. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  27. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  28. 72948d9 -c needs to be able for fail for display-message. by nicm · 9 years ago
  29. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  30. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  31. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  32. 82760a9 Use format_expand_time for display-message. by nicm · 9 years ago
  33. 95195f5 Rewrite of the target resolution internals to be simpler and more by nicm · 9 years ago
  34. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  35. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  36. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  37. 1b7c2dd Trivial style and spacing nits. by nicm · 11 years ago
  38. 0c969a7 Handle no client better in display-message. by Nicholas Marriott · 12 years ago
  39. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  40. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  41. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  42. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  43. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  44. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  45. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  46. 8b68ea1 Terminate strftime buffer properly and free format string, whoops. From by Nicholas Marriott · 13 years ago
  47. aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
  48. c8a14de Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' by Miod Vallat · 14 years ago
  49. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  50. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  51. 87821fc Add a -p flag to display-message to print the output rather than displaying in by Nicholas Marriott · 15 years ago
  52. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  53. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  54. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  55. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  56. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  57. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago