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. 3bbd66c Move alternate screen into the screen rather than the pane. by nicm · 4 years, 7 months ago
  4. de34436 Change input path so it doesn't require a pane. by nicm · 4 years, 7 months ago
  5. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 4 years, 10 months ago
  6. 2db5f9c Add -N to capture-pane to preserve trailing spaces, from Leon Winter. by nicm · 5 years ago
  7. 1e9f8a3 Missing space in capture-pane usage, from Ben Boeckel. by nicm · 6 years ago
  8. 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
  9. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  10. ee45a8a Get rid of the extra layer of flags and cmd_prepare() and just store the by nicm · 7 years ago
  11. c889e11 Merge clear-history into capture-pane. by nicm · 8 years ago
  12. 43e8f60 Escape backspace for capture-pane -P, from George Nachman. by nicm · 8 years ago
  13. b342bd0 Mass rename struct cmd_q to struct cmdq_item and related. by nicm · 8 years ago
  14. ed97126 Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling. by nicm · 8 years ago
  15. a81685b Add static in cmd-* and fix a few other nits. by nicm · 8 years ago
  16. a3129fd Instead of combined flags for -c, -s, -t, split into different sets by nicm · 9 years ago
  17. ecfeee2 Use member names in cmd_entry definitions so I stop getting confused by nicm · 9 years ago
  18. 4a4daf1 Instead of every command resolving the target (-t or -s) itself, prepare by nicm · 9 years ago
  19. c56b81a Push stdout and stderr to clients more aggressively, and add an event to by nicm · 9 years ago
  20. cf89abb Don't free after calling paste_set but do after evbuffer_add, from Theo Buehler. by nicm · 9 years ago
  21. 7340d5a Couple of memory leaks in error paths, from Frederik Vanderstraeten. by nicm · 9 years ago
  22. c4a4bd6 Move input parser structs into input.c (removing fairly useless by nicm · 9 years ago
  23. 02df860 Fix some format specifier nits, from Ben Boeckel. by nicm · 10 years ago
  24. 45dfc5a Instead of setting up the default keys by building the key struct by nicm · 10 years ago
  25. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  26. c8efffb Make -S- and -E- mean the start and end to capture-pane to avoid having by nicm · 10 years ago
  27. 3dbacbb Add support for named buffers. If you don't name a buffer, things work by nicm · 10 years ago
  28. bec6c80 There is no longer a need for a paste_stack struct or for global_buffers by nicm · 10 years ago
  29. d45c12b Remove the barely-used and unnecessary command check() function. by nicm · 11 years ago
  30. 270d90c Handle empty pending output (not a failure) and add \n. From George Nachman. by Nicholas Marriott · 12 years ago
  31. e85f764 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  32. 20636d9 Add a command queue to standardize and simplify commands that call other by Nicholas Marriott · 12 years ago
  33. 295d869 Add -C and -J to capture pane to escape control sequences and to join by Nicholas Marriott · 12 years ago
  34. 8a6fbfa Don't use a target-client for stdout, just always cmdclient. by Nicholas Marriott · 12 years ago
  35. 78543cc Support capture-pane -p to send to stdout. by Nicholas Marriott · 12 years ago
  36. 3a0016a Use the CMD_*_USAGE defines consistently, from Thomas Adam. by Nicholas Marriott · 12 years ago
  37. ede8312 Make command exec functions return an enum rather than -1/0/1 values and by Nicholas Marriott · 12 years ago
  38. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  39. 5db593e Extend history that can be captured to INT_MIN rather than by Nicholas Marriott · 13 years ago
  40. 9800eaa Another memory leak from Tiago Cunha. by Nicholas Marriott · 13 years ago
  41. 538af37 Fix a couple of memory leaks, from Tiago Cunha. by Nicholas Marriott · 13 years ago
  42. 82e0165 Allow a start and end line to be specified for capture-pane which may be by Nicholas Marriott · 14 years ago
  43. 7502cb3 Clean up and simplify tmux command argument parsing. by Nicholas Marriott · 14 years ago
  44. 4fb1045 Remove some unused defines. by Nicholas Marriott · 14 years ago
  45. cc42614 Change from a per-session stack of buffers to one global stack which is by Nicholas Marriott · 14 years ago
  46. 097a501 Don't leak line, from Tiago Cunha. by Nicholas Marriott · 15 years ago
  47. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  48. 0926a23 New command, capture-pane, which copies the entire pane contents to a paste by Nicholas Marriott · 15 years ago