1. 4724702 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  2. f0c1233 Leave newlines inside multiline quotes. by nicm · 4 years, 8 months ago
  3. 2763464 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  4. 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 4 years, 8 months ago
  5. 70a5207 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  6. 33046ec Ignore running command when checking for no-hooks flag if it is blocked. by nicm · 4 years, 8 months ago
  7. bf8aa98 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  8. fd5c3e6 Fix check for vertical centre. by nicm · 4 years, 8 months ago
  9. 82fbff4 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  10. 76cfb5f Add -N flag to display-panes to ignore keys, GitHub issue 2473. by nicm · 4 years, 8 months ago
  11. bfdc437 Update closefrom from OpenSSH for macOS code which is now needed. by Nicholas Marriott · 4 years, 8 months ago
  12. 3ee1add Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  13. 0d28ee9 Log missing keys when extended keys is on rather than fatal(). by nicm · 4 years, 8 months ago
  14. e94bd5c Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  15. bbab5b7 Allow previous-word to scroll onto the first line, noticed by Anindya Mukherjee. by nicm · 4 years, 9 months ago
  16. 3eb1519 Scaffold for oss-fuzz, from Sergey Nizovtsev. by Nicholas Marriott · 4 years, 9 months ago
  17. 0dcb6e5 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  18. f1193b4 If mouse bits change, clear them all and set again to avoid problems by nicm · 4 years, 9 months ago
  19. 5ddbf0c Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  20. 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 4 years, 9 months ago
  21. 72c46aa Add support for Haiku, from David Carlier. GitHub issue 2453. by Nicholas Marriott · 4 years, 9 months ago
  22. 1326529 Remove some old debug logging. by nicm · 4 years, 9 months ago
  23. dac285c Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  24. 572a6b2 Back to 3.3. by Nicholas Marriott · 4 years, 9 months ago
  25. 5306bb0 Update to 3.2-rc3, bring in all the changes from master. by Nicholas Marriott · 4 years, 9 months ago
  26. ba9962b Merge branch 'master' into 3.2-rc by Nicholas Marriott · 4 years, 9 months ago
  27. 9d83c5e Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot by nicm · 4 years, 9 months ago
  28. ff53eed Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  29. ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 4 years, 9 months ago
  30. ffe39ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  31. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 9 months ago
  32. d064060 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  33. 0b8ae4d Update CHANGES. by Nicholas Marriott · 4 years, 9 months ago
  34. 9726c44 Do not allow disabled items to be selected. by nicm · 4 years, 9 months ago
  35. 8e1d284 Limit range of repeat to avoid silly high numbers causing delays, from by nicm · 4 years, 9 months ago
  36. 02197f2 Do not leak path when freeing screen, from Sergey Nizovtsev. by nicm · 4 years, 9 months ago
  37. 970e8f7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  38. ce2b6ff Style trim test (currently failing). by Nicholas Marriott · 4 years, 9 months ago
  39. 910457f There is no reason not to fire focus events when a pane is in a mode, by nicm · 4 years, 9 months ago
  40. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 9 months ago
  41. 733abfc Do not write after the end of the array and overwrite the stack when by nicm · 4 years, 9 months ago
  42. 7f321a4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  43. a868bac Do not write after the end of the array and overwrite the stack when by nicm · 4 years, 9 months ago
  44. 7a4aa14 Do not require that there be no other clients before loading the config, by nicm · 4 years, 9 months ago
  45. d5fac75 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  46. 977cf3c Set RGB flag if capabilities are present, GitHub issue 2418. by nicm · 4 years, 10 months ago
  47. 07ffed8 Fix note for "previous-window" default key binding, from Sebastian Falbesoner. by nicm · 4 years, 10 months ago
  48. 7ffb414 Client could be NULL in select-window (for example in .tmux.conf), do by nicm · 4 years, 9 months ago
  49. 3c298b9 SIGQUIT handler needs to be cleared before fork like the others, by nicm · 4 years, 9 months ago
  50. b33a302 Do not require that there be no other clients before loading the config, by nicm · 4 years, 9 months ago
  51. 20e8960 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  52. 31ed29e SIGQUIT handler needs to be cleared before fork like the others, by nicm · 4 years, 9 months ago
  53. 9a5b2c9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 9 months ago
  54. d8cda92 Client could be NULL in select-window (for example in .tmux.conf), do by nicm · 4 years, 9 months ago
  55. 6125800 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  56. 4c8706d Fix note for "previous-window" default key binding, from Sebastian Falbesoner. by nicm · 4 years, 10 months ago
  57. 9ab81e1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  58. d603dbd Set RGB flag if capabilities are present, GitHub issue 2418. by nicm · 4 years, 10 months ago
  59. 30601d1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  60. 4dc76e0 Escape ! in Ql by tim · 4 years, 10 months ago
  61. 7ca0b9d Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  62. 991d5a9 Add compat for getdtablesize, GitHub issue 2406. by Nicholas Marriott · 4 years, 10 months ago
  63. 3afcc6f Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397. by nicm · 4 years, 10 months ago
  64. 57168f3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  65. 7e31975 Fix a last minute change in previous. by nicm · 4 years, 10 months ago
  66. e369f64 Add a state struct to store working state during format expansion by nicm · 4 years, 10 months ago
  67. 680e7a3 glibc's malloc is very bad about returning memory from the kernel, add a call by Nicholas Marriott · 4 years, 10 months ago
  68. 847a061 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  69. 8d9ea1b Trim "s from process names; also fix a default format in man page. by nicm · 4 years, 10 months ago
  70. f5b7ebc Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  71. 1479e32 Tidy the resize code, merge some common bits and add some comments. From by nicm · 4 years, 10 months ago
  72. c8f3736 Use the setal capability as well as (tmux's) Setulc. by nicm · 4 years, 10 months ago
  73. 92a2e74 Link to install wiki page. by Nicholas Marriott · 4 years, 10 months ago
  74. 9ec68db Correct break-pane default format, from Gregory Pakosz. by Nicholas Marriott · 4 years, 10 months ago
  75. f43e3e5 Next version. by Nicholas Marriott · 4 years, 10 months ago
  76. 86433c6 Merge tag '3.2-rc' into master by Nicholas Marriott · 4 years, 10 months ago
  77. cf8ef63 Fix some warnings, GitHub issue 2382. by Nicholas Marriott · 4 years, 10 months ago
  78. ec9e03d Old Terminal.app versions do not respond correctly to secondary DA, by nicm · 4 years, 11 months ago
  79. 3bece64 Trim "s from process names, from Gregory Pakosz. by Nicholas Marriott · 4 years, 10 months ago
  80. 68c2d5c Escape+Up and the other arrow keys should be kept as Escape+Up and not by nicm · 4 years, 10 months ago
  81. f70eda3 Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander by Nicholas Marriott · 4 years, 10 months ago
  82. a880237 Also pkg-config. by Nicholas Marriott · 4 years, 10 months ago
  83. 9d59739 Mention build dependencies, based on a change from Mateusz Urbanek. by Nicholas Marriott · 4 years, 10 months ago
  84. 5f50e7d Trim "s from process names, from Gregory Pakosz. by Nicholas Marriott · 4 years, 10 months ago
  85. 4f638c0 Check if UNIX 03 is needed for CMSG_DATA, for newer Solaris. From Eric N Vander by Nicholas Marriott · 4 years, 10 months ago
  86. e2e5169 Also pkg-config. by Nicholas Marriott · 4 years, 10 months ago
  87. ebf27f6 Mention build dependencies, based on a change from Mateusz Urbanek. by Nicholas Marriott · 4 years, 10 months ago
  88. 476c185 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  89. f2dfc27 Escape+Up and the other arrow keys should be kept as Escape+Up and not by nicm · 4 years, 10 months ago
  90. dc0c3aa Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  91. d6680b9 Move a sentence to the right command. by nicm · 4 years, 10 months ago
  92. 859a4c3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  93. b9392d5 Do not wrap at end of text when positioning at end of match because the by nicm · 4 years, 10 months ago
  94. a34ceb1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  95. 51909a1 Resize screen to the correct size (borders need to be taken off). by nicm · 4 years, 10 months ago
  96. 86d6ac2 Fix warnings on some platforms with %llx and add a new message to handle by nicm · 4 years, 10 months ago
  97. ca5afb3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  98. 88b66e9 Free buffer earlier to avoid confusing some compilers, GitHub issue 2382. by nicm · 4 years, 10 months ago
  99. ed946dc Some other warnings, GitHub issue 2382. by nicm · 4 years, 10 months ago
  100. eea85fb Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago