1. 4c42381 Move template defines back into .c files. by nicm · 10 years ago
  2. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  3. 1b7c2dd Trivial style and spacing nits. by nicm · 11 years ago
  4. 0c969a7 Handle no client better in display-message. by Nicholas Marriott · 12 years ago
  5. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  6. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  7. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  8. 73c6785 Use a separate define for each default format template and strip clutter by Nicholas Marriott · 12 years ago
  9. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  10. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  11. ebf94bc Switch all of the various choose- and list- commands over to the format by Nicholas Marriott · 12 years ago
  12. 8b68ea1 Terminate strftime buffer properly and free format string, whoops. From by Nicholas Marriott · 13 years ago
  13. aaf0bfc Use format for display-message, based on a diff from George Nachman. by Nicholas Marriott · 13 years ago
  14. c8a14de Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' by Miod Vallat · 14 years ago
  15. d88c20e Change -t on display-message to be target-pane for the #[A-Z] by Nicholas Marriott · 14 years ago
  16. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  17. 87821fc Add a -p flag to display-message to print the output rather than displaying in by Nicholas Marriott · 15 years ago
  18. 543fb99 Two new options, window-status-format and window-status-current-format, which by Nicholas Marriott · 15 years ago
  19. ac5b7d5 Don't interpret #() for display-message, it usually doesn't make sense and may by Nicholas Marriott · 15 years ago
  20. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  21. 6bca92d Rather than running status-left, status-right and window title #() with popen by Nicholas Marriott · 15 years ago
  22. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  23. 6f5150a - New command display-message (alias display) to display a message in the by Nicholas Marriott · 15 years ago