1. 56390e0 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  2. 18a5835 Ignore OSC if the first argument is not properly terminated. by nicm · 2 years, 6 months ago
  3. 67960dc Merge tag '3.3a' by Nicholas Marriott · 2 years, 6 months ago
  4. 0b355ae 3.3a. by Nicholas Marriott · 2 years, 6 months ago 3.3a
  5. 6a9bb2a Remove extra definition of getpeereid. From Eric N Vander Weele in GitHub issue by Nicholas Marriott · 2 years, 6 months ago
  6. 988e59c Do not attempt to use client in config file (it will be NULL), GitHub by nicm · 2 years, 6 months ago
  7. 30e06e9 Do not unintentionally turn off all mouse mode when button is also present. by nicm · 2 years, 6 months ago
  8. 810daef Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  9. ccc9dc3 If an application gives the first parameter to OSC 52, validate and pass by nicm · 2 years, 6 months ago
  10. be2eb57 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  11. c07d582 Expand arguments to some commands where it makes sense, GitHub issue by nicm · 2 years, 6 months ago
  12. afb3a5f Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  13. 020c403 When picking a buffer because one isn't specified by the user, ignore by nicm · 2 years, 6 months ago
  14. e77e11e Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  15. 3edda3c Do not unintentionally turn off all mouse mode when button is also present. by nicm · 2 years, 6 months ago
  16. 1184dc0 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  17. 18838fb Do not attempt to use client in config file (it will be NULL), GitHub by nicm · 2 years, 6 months ago
  18. be26170 Remove extra definition of getpeereid. From Eric N Vander Weele in GitHub issue by Nicholas Marriott · 2 years, 6 months ago
  19. 0f6227f When deleting or renaming a buffer and a buffer name is specified, by nicm · 2 years, 6 months ago
  20. c1ac007 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  21. 201a8d8 If escape-time is 0, force to 1 instead - not waiting at all is asking by nicm · 2 years, 6 months ago
  22. b566cd5 Now back to 3.4. by Nicholas Marriott · 2 years, 6 months ago
  23. 87fe00e Update CHANGES. by Nicholas Marriott · 2 years, 6 months ago 3.3
  24. ced8379 Set version to 3.3. by Nicholas Marriott · 2 years, 6 months ago
  25. 42f6d11 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  26. 74fb959 Add a missing space. by nicm · 2 years, 6 months ago
  27. 9daaf01 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  28. 86a184b Trim menu item text correctly, GitHub issue 3197. by nicm · 2 years, 6 months ago
  29. af596c0 Merge branch 'obsd-master' by Thomas Adam · 2 years, 6 months ago
  30. 58c8ea1 Remove duplicates from completion list, GitHub issue 3178. by nicm · 2 years, 6 months ago
  31. 2f2bb82 Add pane_start_path to match start_command. by nicm · 2 years, 6 months ago
  32. 6a5d210 Set PWD so shells have a hint about the real path (this was done before by nicm · 2 years, 6 months ago
  33. 384f0ee Fix property name from Sergei Dyshel, and a typo from imcusg at gmail dot com. by nicm · 2 years, 6 months ago
  34. 006a529 Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. by nicm · 2 years, 6 months ago
  35. af1496b Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. by nicm · 2 years, 6 months ago
  36. 2b60ff5 If a mouse position was above the maximum supported by the normal mouse by nicm · 2 years, 6 months ago
  37. cd89000 Add a way for lines added to copy mode to be passed through the parser by nicm · 2 years, 6 months ago
  38. 20b0b38 iTerm2 has OSC 7, from Gregory Anders. by nicm · 2 years, 6 months ago
  39. 0a8f356 Spacing/style nits. by nicm · 2 years, 6 months ago
  40. af61181 Emit window-layout-changed on swap-pane, from George Nachman. by nicm · 2 years, 6 months ago
  41. 4ae2c64 Better error reporting when applying custom layouts. by nicm · 2 years, 6 months ago
  42. cd692b5 Add an ACL list for users connecting to the tmux socket. Users may be by nicm · 2 years, 6 months ago
  43. bf33e80 Fix property name, from Sergei Dyshel. by Nicholas Marriott · 2 years, 6 months ago
  44. cf7e1c9 Remove duplicates from completion list, GitHub issue 3178. by Nicholas Marriott · 2 years, 6 months ago
  45. 1b28b2b Add pane_start_path to match start_command. by Nicholas Marriott · 2 years, 6 months ago
  46. 95baa32 Set PWD so shells have a hint about the real path (this was done before but by Nicholas Marriott · 2 years, 6 months ago
  47. ead75c2 Typos, from imcusg at gmail dot com. by Nicholas Marriott · 2 years, 6 months ago
  48. 2cad9a6 Check if args_strtonum argument is NULL or not a string, from Anindya Mukherjee. by Nicholas Marriott · 2 years, 6 months ago
  49. 3b7dae9 Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub issue 3174. by Nicholas Marriott · 2 years, 7 months ago
  50. 5ed6465 Merge branch 'obsd-master' by Thomas Adam · 2 years, 7 months ago
  51. c6b51ce If a mouse position was above the maximum supported by the normal mouse by Nicholas Marriott · 2 years, 7 months ago
  52. 58d1a20 Add a way for lines added to copy mode to be passed through the parser to by Nicholas Marriott · 2 years, 7 months ago
  53. e0c982c iTerm2 has OSC 7, from Gregory Anders. by Nicholas Marriott · 2 years, 7 months ago
  54. d4423dc Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. by nicm · 2 years, 7 months ago
  55. 8bcd392 On platforms with no way to get peer UID, use getuid(), also fix some failure by Nicholas Marriott · 2 years, 8 months ago
  56. 3a6d82b Some style nits. by Nicholas Marriott · 2 years, 8 months ago
  57. 0c84a20 Emit window-layout-changed on swap-pane, from George Nachman. by Nicholas Marriott · 2 years, 8 months ago
  58. 996e547 Better error reporting when applying custom layouts. by Nicholas Marriott · 2 years, 8 months ago
  59. 18105c8 Do not send focus sequences when focus is enabled or disabled by the by Nicholas Marriott · 2 years, 8 months ago
  60. d6306b6 Add an ACL list for users connecting to the tmux socket. Users may be forbidden by Nicholas Marriott · 2 years, 8 months ago
  61. 6e9a9d2 Fix version. by Nicholas Marriott · 2 years, 8 months ago
  62. 36648f2 Merge remote-tracking branch 'origin/3.3-rc' by Nicholas Marriott · 2 years, 8 months ago
  63. 7f86cab Merge tag '3.3-rc' by Nicholas Marriott · 2 years, 8 months ago
  64. 39b1e96 Add to CHANGES. by Nicholas Marriott · 2 years, 8 months ago
  65. 1e9c3b3 Preserve CRLF flag when respawning. by nicm · 2 years, 8 months ago
  66. fc65805 man pages: add missing commas between subordinate and main clauses by naddy · 2 years, 8 months ago
  67. 2df7bc1 Capture up to used size not available size for each line. by nicm · 2 years, 8 months ago
  68. 880abd0 Report error if creating socket fails with -D. by nicm · 2 years, 8 months ago
  69. 1c69a91 Add support for systemd socket activation (where systemd creates the Unix by Nicholas Marriott · 2 years, 8 months ago
  70. 98de578 Fix exit message if creating socket fails. by nicm · 2 years, 8 months ago
  71. d4eda7f Add unit (milliseconds) to escape-time, show unset colours as "none" by nicm · 2 years, 8 months ago
  72. 89a0046 Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
  73. 60a0a90 Check scroll-on-clear for ED also. by nicm · 2 years, 8 months ago
  74. c0508c9 Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
  75. fe44b10 Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
  76. ad7113e With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 2 years, 9 months ago
  77. 23e613f Fix user hooks (which are strings not arrays). by nicm · 2 years, 9 months ago
  78. 98b92c0 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
  79. 57f3314 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
  80. 8aed444 Add formats for client and server UID and user (for multiuser setups). by nicm · 2 years, 9 months ago
  81. f97d784 Use getpeerucred if available (not tested). by Nicholas Marriott · 2 years, 9 months ago
  82. 759f949 Need a declaration for getpeereid also. by Nicholas Marriott · 2 years, 9 months ago
  83. f1d8724 Add getpeerid compat. by Nicholas Marriott · 2 years, 9 months ago
  84. 367ee79 Remove unnecessary declarations. by Nicholas Marriott · 2 years, 9 months ago
  85. d5a84de Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
  86. 355ced9 Allow optional arguments. by nicm · 2 years, 9 months ago
  87. bc0bd82 Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 2 years, 9 months ago
  88. 141a823 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 2 years, 9 months ago
  89. 42e7959 Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
  90. 9947f74 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 2 years, 9 months ago
  91. c030d6f MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 2 years, 9 months ago
  92. 0465308 Do not attempt to update focus (and crash) when there is no previous window. by nicm · 2 years, 9 months ago
  93. a26ebcc Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
  94. 92a26a8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 2 years, 9 months ago
  95. f74a98c Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
  96. 4893edd Add a window-resized hook which is fired when the window is actually by nicm · 2 years, 9 months ago
  97. 6a0a783 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
  98. 7f40c5b No not allow static linking on macOS. by Nicholas Marriott · 2 years, 9 months ago
  99. eabbc80 Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
  100. 190b88f Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 9 months ago