1. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  2. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  3. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  4. f852086 Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 9 months ago
  5. 7e34645 Add option to show arrows for active pane indicator, GitHub issue 3022 by nicm · 2 years, 10 months ago
  6. ff64aaf ARM's Morello CHERI architecture does not support pointers in packed by nicm · 2 years, 11 months ago
  7. db3aabc Add a NOBLOCK flag rather than adding amount to wait for when by nicm · 2 years, 12 months ago
  8. b55f0ac Leave the hardware cursor at the position of the selected line in choose by nicm · 3 years ago
  9. 5710037 Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. by nicm · 3 years, 1 month ago
  10. 8d2286b Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue 2959. by nicm · 3 years, 1 month ago
  11. 49d33a4 Allow detach even if suspend flag set, GitHub issue 2932. by nicm · 3 years, 1 month ago
  12. 5745bd2 Do not allow inline styles to replace mode-style for the selected item, by nicm · 3 years, 1 month ago
  13. 197a116 Add a way to force a colour to RGB and a format to display it. by nicm · 3 years, 1 month ago
  14. ef46eb9 Add -s and -S to display-popup to set popup and border style, from by nicm · 3 years, 1 month ago
  15. 8a9bfd0 Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. by nicm · 3 years, 1 month ago
  16. add2063 Add popup-border-lines option to set popup line style, from Alexis by nicm · 3 years, 1 month ago
  17. 837ca17 Add popup-style and popup-border-style options, from Alexis Hildebrandt by nicm · 3 years, 1 month ago
  18. b8581ec Make positions hidden by overlays range-based rather than character-based, by nicm · 3 years, 2 months ago
  19. 759efe1 Add -e flag to set environment for popup, from Alexis Hildebrandt in by nicm · 3 years, 2 months ago
  20. 9b1fdb2 Separate "very visible" flag from blinking flag, it should not affect by nicm · 3 years, 2 months ago
  21. e6b40cb Do fatal/fatalx a different way so the compiler trick to avoid warnings by nicm · 3 years, 3 months ago
  22. 33ac7a3 Get rid of the last two warnings by turning them off around the problem by nicm · 3 years, 3 months ago
  23. 34312fd Expand argument to run-shell again. by nicm · 3 years, 3 months ago
  24. daec63e Replace %% in command lists (by copying them) for template arguments , by nicm · 3 years, 3 months ago
  25. fd756a1 Allow control mode clients to set a hard limit on the window width and by nicm · 3 years, 3 months ago
  26. 03d173c Validate command argument types (string or command list) and give more by nicm · 3 years, 3 months ago
  27. a252fad Fix up some printflike attributes. by nicm · 3 years, 3 months ago
  28. 210e71e Move command argument parsing common functions and don't bother to parse by nicm · 3 years, 3 months ago
  29. 069f592 Preserve argument type in command and convert to string on demand. by nicm · 3 years, 3 months ago
  30. 326d2ef Pass typed arguments out of the parser into the arguments list and let by nicm · 3 years, 3 months ago
  31. 5241dae Stop caring about empty commands, just treat as a null command. by nicm · 3 years, 3 months ago
  32. c286fbd Preserve command group when moving temporary list to current list being buit. by nicm · 3 years, 3 months ago
  33. 110ba76 Rename a member to match what it will be in future. by nicm · 3 years, 3 months ago
  34. 08e6360 Add args parsing callback for some future work, currently unused. by nicm · 3 years, 3 months ago
  35. d371764 Wrap command argument definitions in their own struct. by nicm · 3 years, 3 months ago
  36. 5f32b7d Hide struct args behind a couple of accessor functions. by nicm · 3 years, 3 months ago
  37. de94a34 Add a couple of const and fix some warnings. by nicm · 3 years, 3 months ago
  38. 90dd474 Expose args_value struct (will be needed soon) and add some missing frees. by nicm · 3 years, 3 months ago
  39. 6cbc83c Add a way to create an empty arguments set. by nicm · 3 years, 3 months ago
  40. 7d7d7c9 Tweak how mouse works on popup: only Meta alone resizes or moves, not by nicm · 3 years, 4 months ago
  41. 7a0cec5 Fill in some other bits on new panes. by nicm · 3 years, 4 months ago
  42. 2588c3e Add menu options to convert a popup into a pane. by nicm · 3 years, 4 months ago
  43. 7789639 Add a menu when a popup is present (mouse only for now). by nicm · 3 years, 4 months ago
  44. 614611a Add -B flag to remove border from popup. by nicm · 3 years, 4 months ago
  45. 13a0da2 Break message type stuff out into its own header. by nicm · 3 years, 4 months ago
  46. 2bb0b9d Change focus to be driven by events rather than walking all panes at end by nicm · 3 years, 4 months ago
  47. 163908f Move hook format setup earlier and add a hook_client, GitHub issue 2809. by nicm · 3 years, 4 months ago
  48. 7eea3d7 Break the colour palette into a struct rather than just a single array by nicm · 3 years, 4 months ago
  49. 9013600 Return to applying pane-border-style to the area outside panes, GitHub by nicm · 3 years, 4 months ago
  50. 24cd685 Add basic support for zero width joiners, GitHub issues 1605 and 2784. by nicm · 3 years, 4 months ago
  51. f0e0238 Do not close popups on resize, instead adjust them to fit, from Anindya by nicm · 3 years, 4 months ago
  52. 732c72c Move default value for TERM into tmux.h. by nicm · 3 years, 5 months ago
  53. 77b1290 More accurate vi(1) word navigation in copy mode and on the status line. by nicm · 3 years, 6 months ago
  54. 8661176 Add different command historys for different types of prompts by nicm · 3 years, 6 months ago
  55. 02a6b39 Improve logging of screen mode changes. by nicm · 3 years, 6 months ago
  56. f02a6c3 Move "special" keys into the Unicode PUA rather than making them top bit by nicm · 3 years, 6 months ago
  57. f9f97c8 Change cursor style handling so tmux understands which sequences contain by nicm · 3 years, 6 months ago
  58. 84e2216 Change resize timers and flags into one timer and a queue which is by nicm · 3 years, 6 months ago
  59. 0c5cbbb Three changes to fix problems with xterm in VT340 mode, reported by by nicm · 3 years, 6 months ago
  60. e6abe55 Add a flag to disable keys to close a message, GitHub issue 2625. by nicm · 3 years, 8 months ago
  61. cd208c9 Permit shortcut keys in buffer, client, tree modes to be configured with by nicm · 3 years, 8 months ago
  62. 5900b16 Fix a couple of edge cases with the jump-back-xxx commands, and also by nicm · 3 years, 8 months ago
  63. 8b800b4 Add client-detached notification in control mode, from Mohsin Kaleem. by nicm · 3 years, 9 months ago
  64. ee0df1b Tidy old jobs every hour instead of every 30 seconds. by nicm · 3 years, 9 months ago
  65. 3eb91ef Add an "absolute-centre" alignment to use the centre of the total space by nicm · 3 years, 9 months ago
  66. d98f9f7 Add split-window -Z to start the pane zoomed, GitHub issue 2591. by nicm · 3 years, 9 months ago
  67. c447507 Drop support for popups where the content is provided directly to tmux by nicm · 3 years, 9 months ago
  68. 6876381 Move config file path expansion much earlier, keep the list of paths by nicm · 3 years, 9 months ago
  69. e858270 There are many format variables now so allocating all the default ones by nicm · 3 years, 9 months ago
  70. 8986c8d Move jump commands to grid reader, make them UTF-8 aware, and tidy up, by nicm · 3 years, 9 months ago
  71. af3ffa9 Move the call to setupterm() into the client and have it pass the by nicm · 3 years, 9 months ago
  72. 6642706 Support X11 colour names and some other variations for OSC 10/11, also by nicm · 3 years, 9 months ago
  73. 2b58c22 Add a couple of helper functions, and flush imsgs on exit. by nicm · 3 years, 10 months ago
  74. e40831a Move file handling protocol stuff all into file.c so it can be reused by nicm · 3 years, 10 months ago
  75. 3dddc11 Send Unicode directional isolate characters around horizontal pane by nicm · 3 years, 10 months ago
  76. 255802d Trim output overwritten by later text or clears completely rather than by nicm · 3 years, 10 months ago
  77. fb774b7 Change so that window_flags escapes # automatically which means configs by nicm · 3 years, 10 months ago
  78. 91d112b There is no need to clear every line entirely before drawing to it, this by nicm · 3 years, 10 months ago
  79. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 3 years, 10 months ago
  80. a75aca4 Missed from last commit. by nicm · 3 years, 11 months ago
  81. c43f2dc Break cursor movement in grid into a common set of functions that can by nicm · 3 years, 11 months ago
  82. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 3 years, 12 months ago
  83. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 1 month ago
  84. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years, 2 months ago
  85. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 2 months ago
  86. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 4 years, 3 months ago
  87. 20fcdcf Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317. by nicm · 4 years, 3 months ago
  88. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 4 years, 4 months ago
  89. 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 4 years, 4 months ago
  90. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 4 years, 5 months ago
  91. 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 4 years, 5 months ago
  92. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 4 years, 5 months ago
  93. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 4 years, 5 months ago
  94. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 4 years, 6 months ago
  95. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 4 years, 6 months ago
  96. 50ee414 Add a -A option to pause a pane manually. by nicm · 4 years, 6 months ago
  97. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 4 years, 6 months ago
  98. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 4 years, 6 months ago
  99. c908d20 Fix various confusion about am vs xenl. by nicm · 4 years, 6 months ago
  100. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 4 years, 6 months ago