1. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
  2. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
  3. 91d112b There is no need to clear every line entirely before drawing to it, this by nicm · 3 years, 10 months ago
  4. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
  5. a75aca4 Missed from last commit. by nicm · 3 years, 11 months ago
  6. c43f2dc Break cursor movement in grid into a common set of functions that can by nicm · 3 years, 11 months ago
  7. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
  8. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
  9. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years, 2 months ago
  10. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  11. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 3 months ago
  12. 20fcdcf Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317. by nicm · 4 years, 3 months ago
  13. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 4 months ago
  14. 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 4 years, 4 months ago
  15. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
  16. 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 4 years, 5 months ago
  17. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  18. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 5 months ago
  19. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 5 months ago
  20. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
  21. 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 6 months ago
  22. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  23. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  24. c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 6 months ago
  25. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago
  26. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 4 years, 6 months ago
  27. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 4 years, 6 months ago
  28. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 4 years, 6 months ago
  29. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 4 years, 6 months ago
  30. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 4 years, 6 months ago
  31. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 4 years, 6 months ago
  32. 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 4 years, 6 months ago
  33. 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 4 years, 6 months ago
  34. bbfb44e Make some data types consistent. by nicm · 4 years, 6 months ago
  35. 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 4 years, 6 months ago
  36. 18aab90 Give control code its own state struct. by nicm · 4 years, 6 months ago
  37. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 4 years, 6 months ago
  38. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 4 years, 6 months ago
  39. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 4 years, 6 months ago
  40. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 4 years, 6 months ago
  41. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 4 years, 6 months ago
  42. ecbdcc2 Add screen write flags instead of individual bits and fix line length by nicm · 4 years, 6 months ago
  43. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 4 years, 6 months ago
  44. c914abf Expand target from client and use it to expand the prompt. by nicm · 4 years, 6 months ago
  45. 72984c4 Move editor stuff to common code in popup.c. by nicm · 4 years, 6 months ago
  46. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 4 years, 6 months ago
  47. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 4 years, 6 months ago
  48. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 4 years, 6 months ago
  49. 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 4 years, 6 months ago
  50. 367b4e4 Change message log to be per server rather than per client and include by nicm · 4 years, 6 months ago
  51. cf9badd Change the existing client flags for control mode to apply for any by nicm · 4 years, 6 months ago
  52. beb214b Add formats for after hook command arguments. by nicm · 4 years, 6 months ago
  53. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 4 years, 6 months ago
  54. 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 4 years, 6 months ago
  55. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 4 years, 6 months ago
  56. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 4 years, 6 months ago
  57. 2391fe2 Copy mode search improvements: by nicm · 4 years, 6 months ago
  58. 80e5254 Improve command prompt completion: by nicm · 4 years, 6 months ago
  59. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 4 years, 6 months ago
  60. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 4 years, 6 months ago
  61. a29196c Build list of paths and weed out duplicates before loading configs, and by nicm · 4 years, 6 months ago
  62. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 4 years, 6 months ago
  63. 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 4 years, 6 months ago
  64. 899b3d2 Indicate the marked pane in choose mode in reverse and add key to set by nicm · 4 years, 7 months ago
  65. de5163a Change so main-pane-width and height can be given as a percentage. by nicm · 4 years, 7 months ago
  66. 117ec1b Apply terminal-overrides after terminal detection, it always takes precedence. by nicm · 4 years, 7 months ago
  67. 2083a6e Change how sync works to always send the end sequence after all output by nicm · 4 years, 7 months ago
  68. c91b4b2 Tidy up the terminal detection and feature code and add named sets of by nicm · 4 years, 7 months ago
  69. 62ff5e4 The PANE_REDRAW flag bit might be needed by other panes so we can't by nicm · 4 years, 7 months ago
  70. 100db55 A resize can realloc so cannot cache the value of the list pointer. by nicm · 4 years, 7 months ago
  71. ea5fdd5 There is no point in keeping a bunch of different text buffers for each by nicm · 4 years, 7 months ago
  72. 4a93294 Use size_t not u_int for the bytes counters and fix a const missing. by nicm · 4 years, 7 months ago
  73. b0a37e7 Bring back previons fix to only redraw panes that need it after a redraw by nicm · 4 years, 7 months ago
  74. e153b92 Add formats for pane written/skipped bytes for debugging. by nicm · 4 years, 7 months ago
  75. 1d2bd86 Add a flag to protect against nested syncs and add some extra logging to by nicm · 4 years, 7 months ago
  76. d94bdf7 Revert previous, there is still a problem. by nicm · 4 years, 7 months ago
  77. 5289d4e When a redraw is deferred because the terminal hasn't finished reading by nicm · 4 years, 7 months ago
  78. 282a7a8 Make sure the cursor position is still on screen after we have trimmed by nicm · 4 years, 7 months ago
  79. 2e347d6 Only start and stop sync for operations like clear and scroll where by nicm · 4 years, 7 months ago
  80. 363d950 Send secondary device attributes instead of primary which gives us a bit by nicm · 4 years, 7 months ago
  81. 5ec80bd Move the UTF-8 flag to terminal flags. by nicm · 4 years, 7 months ago
  82. 4744aa4 Add a helper function to get the terminal flags. by nicm · 4 years, 7 months ago
  83. b2443aa Add support for the iTerm2 sychronized updates escape sequence which by nicm · 4 years, 7 months ago
  84. a2e47b5 Show signal name when process exits rather than number. by nicm · 4 years, 7 months ago
  85. 53a29a2 Instead of fixing with the cursor position when the copied screen is by nicm · 4 years, 7 months ago
  86. 1e72f5e Use mode-style for selected items, like choose modes. GitHub issue 2166. by nicm · 4 years, 7 months ago
  87. c7883d5 Use grid_empty_line rather than memset when adding new lines on resize. by nicm · 4 years, 7 months ago
  88. 63ec791 Provide an accessor for the running queue item and use it to not let by nicm · 4 years, 7 months ago
  89. 3f7f9a0 Make client -c and -t handling common in cmd-queue.c and try to be by nicm · 4 years, 7 months ago
  90. 187277e Add helpers for the simple case of parse string and add to command queue. by nicm · 4 years, 7 months ago
  91. 34804f2 When parsing strings, put all commands in one group even if there are by nicm · 4 years, 7 months ago
  92. 3f86d6d When adding a list of commands to the queue, instead of automatically by nicm · 4 years, 7 months ago
  93. adb76fd Move cmdq_state into cmd-queue.c. by nicm · 4 years, 7 months ago
  94. 9a65102 Rename cmdq_shared to cmdq_state which will better reflect what it is by nicm · 4 years, 7 months ago
  95. 77d5b0c Store a key event not a mouse event in the shared data. by nicm · 4 years, 7 months ago
  96. 53d6b94 Move the NOHOOKS flag into the shared flags. by nicm · 4 years, 7 months ago
  97. 04cdd03 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its by nicm · 4 years, 7 months ago
  98. c20eb0c Make struct cmd local to cmd.c and move it out of tmux.h. by nicm · 4 years, 7 months ago
  99. 1c433f1 Remove unused define, also a man fix from jmc. by nicm · 4 years, 8 months ago
  100. c0602f3 Now that copy mode copies the pane content rather than keeping a by nicm · 4 years, 8 months ago