1. c6bcf3d Fix yes/no for b64_ntop check. by Nicholas Marriott · 4 years, 7 months ago
  2. 24c15ed Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 7 months ago
  3. d4866d5 Fix SEARCH_LIBS. by Nicholas Marriott · 4 years, 7 months ago
  4. 603280c +compat.h by Nicholas Marriott · 4 years, 7 months ago
  5. a3011be Look for libevent2 differently from libevent for platforms with both. by Nicholas Marriott · 4 years, 7 months ago
  6. 71c590a Add -N flag to never start server even if command would normally do so, by nicm · 4 years, 7 months ago
  7. dc1e112 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  8. a75aca4 Missed from last commit. by nicm · 4 years, 8 months ago
  9. 9df33bc Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  10. b96c5e3 With incremental search, start empty and only repeat the previous search by nicm · 4 years, 8 months ago
  11. fc28e20 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  12. 1996899 Insert joined pane before the target pane with -b, like for split. From by nicm · 4 years, 8 months ago
  13. ccb8b9e Remove unused variable, from Ben Boeckel. by nicm · 4 years, 8 months ago
  14. 5a2db4c Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  15. bd0fb22 Add a variant of remain-on-exit that only keeps the pane if the program by nicm · 4 years, 8 months ago
  16. f04cc39 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  17. 606bd5f Add a -C flag to run-shell to use a tmux command rather than a shell command. by nicm · 4 years, 8 months ago
  18. f72deb0 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  19. f97305a Use right format for session loop, GitHub issue 2519. by nicm · 4 years, 8 months ago
  20. 3cbe186 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  21. a98ee00 Do not list user options with show-hooks. by nicm · 4 years, 8 months ago
  22. c68baaa Remove current match indicator which can't work anymore since we only by nicm · 4 years, 8 months ago
  23. d936fde Makefile.am: add grid-reader.c by Thomas Adam · 4 years, 8 months ago
  24. 70a0eb3 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  25. c43f2dc Break cursor movement in grid into a common set of functions that can by nicm · 4 years, 8 months ago
  26. 950e982 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 8 months ago
  27. 8bd29a3 Make synchronize-panes a pane option and add -U flag to set-option to by nicm · 4 years, 8 months ago
  28. 681c0d2 Include compat.h after system headers, GitHub issue 2492. by Nicholas Marriott · 4 years, 9 months ago
  29. caf0963 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  30. f6095ca Do not include the status line size when working out the character for by nicm · 4 years, 9 months ago
  31. ed78630 Do not clear the wrapped flag on linefeeds if it is already set - this by nicm · 4 years, 9 months ago
  32. e288ea1 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  33. fd451aa Redraw any visible modes when status line changes so that formats like by nicm · 4 years, 9 months ago
  34. 4724702 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  35. f0c1233 Leave newlines inside multiline quotes. by nicm · 4 years, 9 months ago
  36. 2763464 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  37. 9a74bba Make replacement of ##s consistent when drawing formats, whether by nicm · 4 years, 9 months ago
  38. 70a5207 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  39. 33046ec Ignore running command when checking for no-hooks flag if it is blocked. by nicm · 4 years, 9 months ago
  40. bf8aa98 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  41. fd5c3e6 Fix check for vertical centre. by nicm · 4 years, 9 months ago
  42. 82fbff4 Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  43. 76cfb5f Add -N flag to display-panes to ignore keys, GitHub issue 2473. by nicm · 4 years, 9 months ago
  44. bfdc437 Update closefrom from OpenSSH for macOS code which is now needed. by Nicholas Marriott · 4 years, 9 months ago
  45. 3ee1add Merge branch 'obsd-master' into master by Thomas Adam · 4 years, 9 months ago
  46. 0d28ee9 Log missing keys when extended keys is on rather than fatal(). by nicm · 4 years, 9 months ago
  47. e94bd5c Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  48. bbab5b7 Allow previous-word to scroll onto the first line, noticed by Anindya Mukherjee. by nicm · 4 years, 10 months ago
  49. 3eb1519 Scaffold for oss-fuzz, from Sergey Nizovtsev. by Nicholas Marriott · 4 years, 10 months ago
  50. 0dcb6e5 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  51. f1193b4 If mouse bits change, clear them all and set again to avoid problems by nicm · 4 years, 10 months ago
  52. 5ddbf0c Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  53. 61e55fa Change how escaping is processed for formats so that ## and # can be by nicm · 4 years, 10 months ago
  54. 72c46aa Add support for Haiku, from David Carlier. GitHub issue 2453. by Nicholas Marriott · 4 years, 10 months ago
  55. 1326529 Remove some old debug logging. by nicm · 4 years, 10 months ago
  56. dac285c Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  57. 572a6b2 Back to 3.3. by Nicholas Marriott · 4 years, 10 months ago
  58. 5306bb0 Update to 3.2-rc3, bring in all the changes from master. by Nicholas Marriott · 4 years, 10 months ago
  59. ba9962b Merge branch 'master' into 3.2-rc by Nicholas Marriott · 4 years, 10 months ago
  60. 9d83c5e Expand menu and popup -x and -y as a format, from teo_paul1 at yahoo dot by nicm · 4 years, 10 months ago
  61. ff53eed Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  62. ac5045a Add numeric comparisons for formats, from teo_paul1 at yahoo dot com in by nicm · 4 years, 10 months ago
  63. ffe39ed Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  64. 95841ba With csh, a tmux client gets SIGTERM before SIGCONT when killed with by nicm · 4 years, 10 months ago
  65. d064060 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  66. 0b8ae4d Update CHANGES. by Nicholas Marriott · 4 years, 10 months ago
  67. 9726c44 Do not allow disabled items to be selected. by nicm · 4 years, 10 months ago
  68. 8e1d284 Limit range of repeat to avoid silly high numbers causing delays, from by nicm · 4 years, 10 months ago
  69. 02197f2 Do not leak path when freeing screen, from Sergey Nizovtsev. by nicm · 4 years, 10 months ago
  70. 970e8f7 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  71. ce2b6ff Style trim test (currently failing). by Nicholas Marriott · 4 years, 10 months ago
  72. 910457f There is no reason not to fire focus events when a pane is in a mode, by nicm · 4 years, 10 months ago
  73. 649e597 Add a -O flag to display-menu to change the mouse behaviour and not by nicm · 4 years, 10 months ago
  74. 733abfc Do not write after the end of the array and overwrite the stack when by nicm · 4 years, 10 months ago
  75. 7f321a4 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  76. a868bac Do not write after the end of the array and overwrite the stack when by nicm · 4 years, 10 months ago
  77. 7a4aa14 Do not require that there be no other clients before loading the config, by nicm · 4 years, 10 months ago
  78. d5fac75 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  79. 977cf3c Set RGB flag if capabilities are present, GitHub issue 2418. by nicm · 4 years, 10 months ago
  80. 07ffed8 Fix note for "previous-window" default key binding, from Sebastian Falbesoner. by nicm · 4 years, 10 months ago
  81. 7ffb414 Client could be NULL in select-window (for example in .tmux.conf), do by nicm · 4 years, 10 months ago
  82. 3c298b9 SIGQUIT handler needs to be cleared before fork like the others, by nicm · 4 years, 10 months ago
  83. b33a302 Do not require that there be no other clients before loading the config, by nicm · 4 years, 10 months ago
  84. 20e8960 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  85. 31ed29e SIGQUIT handler needs to be cleared before fork like the others, by nicm · 4 years, 10 months ago
  86. 9a5b2c9 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  87. d8cda92 Client could be NULL in select-window (for example in .tmux.conf), do by nicm · 4 years, 10 months ago
  88. 6125800 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  89. 4c8706d Fix note for "previous-window" default key binding, from Sebastian Falbesoner. by nicm · 4 years, 10 months ago
  90. 9ab81e1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 10 months ago
  91. d603dbd Set RGB flag if capabilities are present, GitHub issue 2418. by nicm · 4 years, 10 months ago
  92. 30601d1 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  93. 4dc76e0 Escape ! in Ql by tim · 4 years, 11 months ago
  94. 7ca0b9d Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  95. 991d5a9 Add compat for getdtablesize, GitHub issue 2406. by Nicholas Marriott · 4 years, 11 months ago
  96. 3afcc6f Allow fnmatch(3) wildcards in update-environment, GitHub issue 2397. by nicm · 4 years, 11 months ago
  97. 57168f3 Merge branch 'obsd-master' by Thomas Adam · 4 years, 11 months ago
  98. 7e31975 Fix a last minute change in previous. by nicm · 4 years, 11 months ago
  99. e369f64 Add a state struct to store working state during format expansion by nicm · 4 years, 11 months ago
  100. 680e7a3 glibc's malloc is very bad about returning memory from the kernel, add a call by Nicholas Marriott · 4 years, 11 months ago