1. e288ea1 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 11 months ago
  2. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 4 years, 11 months ago
  3. 970e8f7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 12 months ago
  4. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 12 months ago
  5. f5b7ebc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  6. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 5 years ago
  7. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  8. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 5 years ago
  9. fc9ecdc Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  10. 37b1600 Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. by nicm · 5 years ago
  11. 655134f Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  12. 20fcdcf Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue 2317. by nicm · 5 years ago
  13. 2fdd5fa Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  14. 40e65c5 Add a -d option to display-message to set delay, from theonekeyg at by nicm · 5 years ago
  15. 90de0c1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  16. 743ab57 Fix show-buffer when run from inside tmux, GitHub issue 2314. by nicm · 5 years ago
  17. aa4f3a9 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  18. 66d5e5d Add a way for control mode clients to subscribe to a format and be by nicm · 5 years ago
  19. c0d9eaf Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  20. 1e42689 kill-window -a cannot just walk the list of windows because if by nicm · 5 years ago
  21. 6c437d4 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  22. 2372b0f Add a flag to make a client wait for an empty line before exiting in by nicm · 5 years ago
  23. eb448da Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  24. 1bf9555 d and D keys to reset to default in customize mode. by nicm · 5 years ago
  25. 824efe7 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  26. 1c78155 Add -b flags to insert a window before (like the existing -a for after) by nicm · 5 years ago
  27. b5c86fd Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  28. 63c2ed1 Add some formats for search in copy mode (search_present, search_match). by nicm · 5 years ago
  29. e8c9949 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  30. 50ee414 Add a -A option to pause a pane manually. by nicm · 5 years ago
  31. ea4425b Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  32. 23d79cf Instead of a buffer size limit on each pane, set a limit of 300 seconds by nicm · 5 years ago
  33. 92c8cc1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  34. d919fa1 Change how panes are resized so that the code is clearer and if the pane by nicm · 5 years ago
  35. 47a5afe Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  36. c908d20 Fix various confusion about am vs xenl. by nicm · 5 years ago
  37. a06cf90 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  38. c586208 Add support for pausing a pane when the output buffered for a control by nicm · 5 years ago
  39. 62c0617 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  40. 3d5decb Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  41. 4694e9a Move the code to set up a padding cell into grid.c. by nicm · 5 years ago
  42. 2a4d4bd Allow UTF-8 characters of width 0 to be stored, it is useful to be able by nicm · 5 years ago
  43. 31a51ca Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  44. f393149 Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control by nicm · 5 years ago
  45. 9819470 Change format callback to return value rather than storing it in the entry. by nicm · 5 years ago
  46. 91e40de Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  47. a54a88e Instead of sending all data to control mode clients as fast as possible, by nicm · 5 years ago
  48. a4cb700 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  49. ea610a3 Pass the stdout file descriptor from the client as well as stdin and use by nicm · 5 years ago
  50. 967e5f8 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  51. 6f03e49 Use the internal representation for UTF-8 keys instead of wchar_t and by nicm · 5 years ago
  52. 49ec074 Tidy up new UTF-8 code and make it more generic. by nicm · 5 years ago
  53. b34af61 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  54. bbfb44e Make some data types consistent. by nicm · 5 years ago
  55. bb5a192 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  56. 3a5219c Instead of storing all UTF-8 characters in the extended cell which means by nicm · 5 years ago
  57. aeefd58 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  58. 18aab90 Give control code its own state struct. by nicm · 5 years ago
  59. 6c82982 Now the tty has a pointer back to the client there is no point (and a by nicm · 5 years ago
  60. d48f0e1 Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  61. 9a0763c Move client offset stuff into control.c since only control clients will need it. by nicm · 5 years ago
  62. 40126ee Merge branch 'obsd-master' by Thomas Adam · 5 years ago
  63. 31e3f2d Support code for control mode flow control: allow clients to have by nicm · 5 years ago
  64. 574a9e4 Move lazy resize from the pane to the window, there is no point in by nicm · 5 years ago
  65. e2a2674 Add an option to set the pane border lines style from a choice of single by nicm · 5 years ago
  66. ecbdcc2 Add screen write flags instead of individual bits and fix line length by nicm · 5 years ago
  67. 303d342 Add a client flag 'active-pane' which stores the active pane in the by nicm · 5 years ago
  68. c914abf Expand target from client and use it to expand the prompt. by nicm · 5 years ago
  69. 72984c4 Move editor stuff to common code in popup.c. by nicm · 5 years ago
  70. dceb6a1 Add a -D flag to ask tmux not to daemonize, useful both for running a by nicm · 5 years ago
  71. d67245c Add a customize mode where keys and options may be browsed and changed, by nicm · 5 years ago
  72. 472d77f Support embedded styles in the display-message message, GitHub issue 2206. by nicm · 5 years ago
  73. 6ea6d46 Store and restore cursor position when copy mode is resized, from by nicm · 5 years ago
  74. 367b4e4 Change message log to be per server rather than per client and include by nicm · 5 years ago
  75. cf9badd Change the existing client flags for control mode to apply for any by nicm · 5 years ago
  76. beb214b Add formats for after hook command arguments. by nicm · 5 years ago
  77. 9605b08 Do not hoke into struct window_pane from the tty code and instead set by nicm · 5 years ago
  78. 379ca54 Rename and tidy some stuff in struct tty_ctx. by nicm · 5 years ago
  79. 7859545 Add 'e' key in buffer mode to open the buffer in an editor. by nicm · 5 years ago
  80. 463864f Add -W and -T flags to command-prompt to only complete a window and a by nicm · 5 years ago
  81. 2391fe2 Copy mode search improvements: by nicm · 5 years ago
  82. 80e5254 Improve command prompt completion: by nicm · 5 years ago
  83. f03b611 Drop having a separate type for style options and make them all strings, by nicm · 5 years ago
  84. 5bf96c2 Use a grid cell not a style for the pane style. by nicm · 5 years ago
  85. a29196c Build list of paths and weed out duplicates before loading configs, and by nicm · 5 years ago
  86. 4e0a718 Add extension terminfo(5) capabilities for margins. by nicm · 5 years ago
  87. 9dd5847 Remove support for iTerm2's DSR 1337 extension and use the CSI > q by nicm · 5 years ago
  88. 57fe03d Move lazy resize from the pane to the window, there is no point in resizing the by Nicholas Marriott · 5 years ago
  89. c364a71 Only forward extended keys if the application has requested them, even though by Nicholas Marriott · 5 years ago
  90. 6d92b99 Add a terminal feature for enable/disable extended keys (supported by xterm and by Nicholas Marriott · 5 years ago
  91. 340fd69 Separate key flags and modifiers, log key flags, make the "xterm" flag more by Nicholas Marriott · 5 years ago
  92. 031d486 Rename KEYC_ESCAPE to KEYC_META. by Nicholas Marriott · 5 years ago
  93. 5ee4d99 xterm-keys has been on by default for 5 years and all other modern terminals by Nicholas Marriott · 5 years ago
  94. 3162103 Add an option to set the pane border lines style from a choice of single lines by Nicholas Marriott · 5 years ago
  95. 09a6645 Add screen write flags instead of individual bits and fix line length by Nicholas Marriott · 5 years ago
  96. 0bdbf47 Add a client flag 'active-pane' which stores the active pane in the client and by Nicholas Marriott · 5 years ago
  97. 12eceaf Expand target from client and use it to expand the prompt. by Nicholas Marriott · 5 years ago
  98. 09a2246 Use safe loop for freeing client files. by Nicholas Marriott · 5 years ago
  99. 4cb1d3d Move editor stuff to common code in popup.c. by Nicholas Marriott · 5 years ago
  100. 8d23849 Show default key bindings in customize mode. by Nicholas Marriott · 5 years ago