1. 76f5d33 Expand command as a format, GitHub issue 2920. by nicm · 3 years, 1 month ago
  2. 34312fd Expand argument to run-shell again. by nicm · 3 years, 3 months ago
  3. 03d173c Validate command argument types (string or command list) and give more by nicm · 3 years, 3 months ago
  4. 210e71e Move command argument parsing common functions and don't bother to parse by nicm · 3 years, 3 months ago
  5. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
  6. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  7. de9697b calloc for confirm-before data since the item needs to start NULL. by nicm · 3 years, 3 months ago
  8. a2b8506 Set return code for confirm-before and make command-prompt also block, by nicm · 3 years, 3 months ago
  9. 338ec85 Make confirm-before optionally block the invoking client like run-shell, by nicm · 3 years, 3 months ago
  10. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  11. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
  12. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  13. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 7 months ago
  14. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  15. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  16. 723010b Replace the split parser code (cfg.c and cmd-string.c) with a single by nicm · 6 years ago
  17. e128c7f Replace the various identical error callbacks with a single one in cmd-queue.c. by nicm · 6 years ago
  18. 91d202d Tidy command prompt callbacks and pass in the client. by nicm · 8 years ago
  19. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 8 years ago
  20. 52847a9 It is silly for cmd_list_parse to return an integer error when it could by nicm · 8 years ago
  21. 461217d Incremental search in copy mode (on for emacs keys by default) - much by nicm · 8 years ago
  22. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  23. ddc4512 Rewrite command queue handling. Each client still has a command queue, by nicm · 8 years ago
  24. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  25. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  26. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  27. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  28. 10e90ae Change deref to the more sensible unref, and add a couple I missed before. by nicm · 9 years ago
  29. 8c93b76 Instead of putting dead clients on a list and checking it every loop, by nicm · 9 years ago
  30. bf635e7 Rewrite of tmux mouse support which was a mess. Instead of having by nicm · 10 years ago
  31. 900f6fc Tidy up some includes. by nicm · 10 years ago
  32. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  33. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  34. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  35. bb8457b Fix error reporting for client commands by adding a flag to by Nicholas Marriott · 12 years ago
  36. 2243cfb Need to set clients in context before changing their reference count. by Nicholas Marriott · 12 years ago
  37. a1722d5 Remove unnecessary initializers of cmd_ctx. by Nicholas Marriott · 12 years ago
  38. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  39. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  40. 2de9b1e Make confirm-before prompt customizable with -p option like by Nicholas Marriott · 13 years ago
  41. ad60a2c Allow the initial context on prompts to be set with the new -I option to by Nicholas Marriott · 13 years ago
  42. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  43. 76ef877 Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the by Nicholas Marriott · 15 years ago
  44. 43cd40e The cursession member in struct cmd_ctx is always either curclient->session or by Nicholas Marriott · 15 years ago
  45. 09cbd0c Switch the prompt code to return an empty string when the user enters no by Nicholas Marriott · 15 years ago
  46. 34a82e7 Make all messages sent between the client and server fixed size. by Nicholas Marriott · 15 years ago
  47. 6945e86 Nix a few unused attributes on arguments which are no longer unused. by Nicholas Marriott · 15 years ago
  48. 65deba3 Memory could be leaked if a second prompt or message appeared while another was by Nicholas Marriott · 15 years ago
  49. 92da443 Make status_message_set a variadic printf-like function. No functional change - by Nicholas Marriott · 15 years ago
  50. 5f108d9 Having fixed flags for single-character getopt options is a bit hard to by Nicholas Marriott · 15 years ago
  51. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago