1. db2412e Apply the right fix for run -b, used the wrong diff before. by nicm · 8 years ago
  2. 36f8fa3 Do not crash with run-shell -b and no window pane available, reported by by nicm · 8 years ago
  3. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  4. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  5. bfe14b5 Only use pane with run-shell if -t is given. by nicm · 8 years ago
  6. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  7. 1db6d6f Pass file/line to new command for if-shell so that errors appear sensibly. by nicm · 8 years ago
  8. 4f6bc0a Expand client formats in run-shell. by nicm · 9 years ago
  9. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  10. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  11. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  12. 01831da Add cmdq as an argument to format_create and add a format for the by nicm · 9 years ago
  13. e0f26dc Remove format_create_flags and just pass flags to format_create. by nicm · 9 years ago
  14. 01defc9 Because pledge(2) does not allow us to pass directory file descriptors by nicm · 9 years ago
  15. a4b4b29 Rename cmd_q dead flag to a general flags bitmask (will be more flags later). by nicm · 9 years ago
  16. 583b4ab Set working directory for run-shell and if-shell. by nicm · 9 years ago
  17. 4946f74 Wrap all the individual format_* calls in a single format_defaults functions. by nicm · 10 years ago
  18. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  19. 2740490 Remove the "info" message mechanism, this was only used for about five by nicm · 11 years ago
  20. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  21. 972da2d Try to establish client for run-shell and if-shell if no -t. by Nicholas Marriott · 12 years ago
  22. d28a39d Extend jobs to support writing and use that for copy-pipe instead of by Nicholas Marriott · 12 years ago
  23. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  24. 66edb33 Expand format variables in the run-shell and if-shell shell commands, by Nicholas Marriott · 12 years ago
  25. c519f9a evbuffer_readline returns allocated storage, don't leak it. by Nicholas Marriott · 12 years ago
  26. d1e6ce2 Add functions to allocate and free command contexts rather than doing it by Nicholas Marriott · 12 years ago
  27. 4aa4e9f Allow cmd-run-shell to accept -t to specify the pane to display the by Nicholas Marriott · 12 years ago
  28. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  29. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  30. db7a89b Simplify the way jobs work and drop the persist type, so all jobs are by Nicholas Marriott · 14 years ago
  31. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  32. c87187f When changing so that the client passes its stdout and stderr as well as by Nicholas Marriott · 14 years ago
  33. b9c873c Return the command client return code with MSG_EXIT now that MSG_ERROR and by Nicholas Marriott · 14 years ago
  34. 1e8faaa Don't die if the client has been detached when the job finishes, just by Nicholas Marriott · 14 years ago
  35. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  36. 4d60913 Switch jobs over to use a bufferevent. by Nicholas Marriott · 15 years ago
  37. 2f813ef Add a flag for jobs that shouldn't be freed after they've died and use it for by Nicholas Marriott · 15 years ago
  38. 88f3ffe Remove a debugging leftover and add copyright. by Nicholas Marriott · 15 years ago
  39. cebc988 Switch run-shell over to queue the command in the background like #(). by Nicholas Marriott · 15 years ago
  40. 14ebcab run-shell command to run a shell command without opening a window, sending by Nicholas Marriott · 15 years ago