1. 36648f2 Merge remote-tracking branch 'origin/3.3-rc' by Nicholas Marriott · 3 years, 4 months ago
  2. 7f86cab Merge tag '3.3-rc' by Nicholas Marriott · 3 years, 4 months ago
  3. 39b1e96 Add to CHANGES. by Nicholas Marriott · 3 years, 4 months ago
  4. 1e9c3b3 Preserve CRLF flag when respawning. by nicm · 3 years, 4 months ago
  5. fc65805 man pages: add missing commas between subordinate and main clauses by naddy · 3 years, 4 months ago
  6. 2df7bc1 Capture up to used size not available size for each line. by nicm · 3 years, 4 months ago
  7. 880abd0 Report error if creating socket fails with -D. by nicm · 3 years, 4 months ago
  8. 1c69a91 Add support for systemd socket activation (where systemd creates the Unix by Nicholas Marriott · 3 years, 4 months ago
  9. 98de578 Fix exit message if creating socket fails. by nicm · 3 years, 4 months ago
  10. d4eda7f Add unit (milliseconds) to escape-time, show unset colours as "none" by nicm · 3 years, 4 months ago
  11. 89a0046 Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 3 years, 4 months ago
  12. 60a0a90 Check scroll-on-clear for ED also. by nicm · 3 years, 4 months ago
  13. c0508c9 Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 3 years, 4 months ago
  14. fe44b10 Add an option to set the character used for unused areas of the by nicm · 3 years, 4 months ago
  15. ad7113e With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 3 years, 5 months ago
  16. 23e613f Fix user hooks (which are strings not arrays). by nicm · 3 years, 5 months ago
  17. 98b92c0 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 3 years, 5 months ago
  18. 57f3314 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 3 years, 5 months ago
  19. 8aed444 Add formats for client and server UID and user (for multiuser setups). by nicm · 3 years, 5 months ago
  20. f97d784 Use getpeerucred if available (not tested). by Nicholas Marriott · 3 years, 5 months ago
  21. 759f949 Need a declaration for getpeereid also. by Nicholas Marriott · 3 years, 5 months ago
  22. f1d8724 Add getpeerid compat. by Nicholas Marriott · 3 years, 5 months ago
  23. 367ee79 Remove unnecessary declarations. by Nicholas Marriott · 3 years, 5 months ago
  24. d5a84de Pass client when adding menu item, GitHub issue 3103. by nicm · 3 years, 5 months ago
  25. 355ced9 Allow optional arguments. by nicm · 3 years, 5 months ago
  26. bc0bd82 Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 3 years, 5 months ago
  27. 141a823 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 3 years, 5 months ago
  28. 42e7959 Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 3 years, 5 months ago
  29. 9947f74 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 3 years, 5 months ago
  30. c030d6f MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 3 years, 5 months ago
  31. 0465308 Do not attempt to update focus (and crash) when there is no previous window. by nicm · 3 years, 5 months ago
  32. a26ebcc Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 3 years, 5 months ago
  33. 92a26a8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 3 years, 5 months ago
  34. f74a98c Use correct size for screen when popup is created without borders. by nicm · 3 years, 5 months ago
  35. 4893edd Add a window-resized hook which is fired when the window is actually by nicm · 3 years, 5 months ago
  36. 6a0a783 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 3 years, 5 months ago
  37. 7f40c5b No not allow static linking on macOS. by Nicholas Marriott · 3 years, 5 months ago
  38. eabbc80 Add an option (default off) to control the passthrough escape sequence. by nicm · 3 years, 5 months ago
  39. 190b88f Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 3 years, 5 months ago
  40. 2adbe3e Do not return error with -q, GitHub issue 3065. by nicm · 3 years, 5 months ago
  41. 9efa419 Use ACS for pane border indicators so they work with different line by nicm · 3 years, 6 months ago
  42. 921be61 Adjust size given to resize-pane for pane status line, GitHub issue 3050. by nicm · 3 years, 6 months ago
  43. b0ff446 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  44. 65c0af7 Preserve CRLF flag when respawning. by nicm · 3 years, 4 months ago
  45. 87b248f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  46. 2d9f4ca man pages: add missing commas between subordinate and main clauses by naddy · 3 years, 4 months ago
  47. fc82f25 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  48. ded6955 Capture up to used size not available size for each line. by nicm · 3 years, 4 months ago
  49. ac16f2c Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  50. fc7f1e7 Add support for systemd socket activation (where systemd creates the Unix by Nicholas Marriott · 3 years, 4 months ago
  51. 207b1bc Report error if creating socket fails with -D. by nicm · 3 years, 4 months ago
  52. d26a4ea Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  53. 422fcd2 Fix exit message if creating socket fails. by nicm · 3 years, 4 months ago
  54. b638886 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  55. 938130b Add unit (milliseconds) to escape-time, show unset colours as "none" by nicm · 3 years, 4 months ago
  56. 5e491e7 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  57. 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 3 years, 4 months ago
  58. 964deae Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  59. 6a1706a Check scroll-on-clear for ED also. by nicm · 3 years, 4 months ago
  60. 10d689e Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 3 years, 4 months ago
  61. 5d4c3ef Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 4 months ago
  62. e6e737a Add an option to set the character used for unused areas of the by nicm · 3 years, 4 months ago
  63. ee3f1d2 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  64. bfbe972 With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 3 years, 5 months ago
  65. cf217fa Fix user hooks (which are strings not arrays). by nicm · 3 years, 5 months ago
  66. 25337ac Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  67. a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 3 years, 5 months ago
  68. 2fb6089 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  69. ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 3 years, 5 months ago
  70. 04952f1 Use getpeerucred if available (not tested). by Nicholas Marriott · 3 years, 5 months ago
  71. 98cd8e4 Add formats for client and server UID and user (for multiuser setups). by nicm · 3 years, 5 months ago
  72. 9ed1226 Need a declaration for getpeereid also. by Nicholas Marriott · 3 years, 5 months ago
  73. afd9b68 Add getpeerid compat. by Nicholas Marriott · 3 years, 5 months ago
  74. 54d2249 Remove unnecessary declarations. by Nicholas Marriott · 3 years, 5 months ago
  75. 7eff2fe Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  76. a731b1a Pass client when adding menu item, GitHub issue 3103. by nicm · 3 years, 5 months ago
  77. f84f1c0 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  78. 7d4224f Allow optional arguments. by nicm · 3 years, 5 months ago
  79. bf14bf6 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  80. f39a71a Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 3 years, 5 months ago
  81. cd9a81e Merge pull request #3093 from topcat001/pathfix by Anindya Mukherjee · 3 years, 5 months ago
  82. 047c011 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 3 years, 5 months ago
  83. 649685f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  84. 2750195 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  85. 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 3 years, 5 months ago
  86. 2e59ff2 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 3 years, 5 months ago
  87. 60688af Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  88. e8d6d53 MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 3 years, 5 months ago
  89. dc07469 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  90. 2be5488 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  91. d54b18c Do not attempt to update focus (and crash) when there is no previous window. by nicm · 3 years, 5 months ago
  92. fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 3 years, 5 months ago
  93. 0fd01f8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 3 years, 5 months ago
  94. a9b8809 Use correct size for screen when popup is created without borders. by nicm · 3 years, 5 months ago
  95. 88d9a8f Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  96. 818b217 Add a window-resized hook which is fired when the window is actually by nicm · 3 years, 5 months ago
  97. 722f395 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago
  98. 0027ee1 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 3 years, 5 months ago
  99. c7c7e87 No not allow static linking on macOS. by Nicholas Marriott · 3 years, 5 months ago
  100. 85ef735 Merge branch 'obsd-master' into master by Thomas Adam · 3 years, 5 months ago