1. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 6 months ago
  2. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 6 months ago
  3. 9272fe3 Add a cmdq_continue function rather than twiddling the flag directly. by nicm · 5 years ago
  4. 7339845 There is no reason wait-for has to be restricted to outside tmux. by nicm · 6 years ago
  5. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  6. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  7. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  8. 995af0e I no longer use my SourceForge address so replace it. by nicm · 9 years ago
  9. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  10. 577c0e3 Use __unused rather than rolling our own. by nicm · 9 years ago
  11. 0760343 Use client pointer not file descriptor in logging. by nicm · 9 years ago
  12. ede0f2f Set woken flag when flushing so that the channel is freed, while here by nicm · 9 years ago
  13. aceae73 Change wait-for to work when the signal comes before the wait, also use by nicm · 9 years ago
  14. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  15. 733cea8 Wake up any clients waiting with the wait-for command when the server exits. by nicm · 10 years ago
  16. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  17. 1bd0851 Mark flags as optional and mutually exclusive. From Tiago Cunha. by nicm · 11 years ago
  18. 748acdc Add wait-for -L and -U for lock and unlock, from Thiago Padilha. by Nicholas Marriott · 12 years ago