1. e9b1294 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. 193e637 The terminal type was never as much use as I expected so remove it in by nicm · 6 years ago
  3. deb734c Loop over all DA features, don't skip the first. by nicm · 6 years ago
  4. 61b075a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  5. 36eb16c Do not hang in format_trim_* on invalid UTF-8 characters. by nicm · 6 years ago
  6. ed16f51 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  7. 6628e54 Add -Z to default switch-client command in tree mode, matches previous by nicm · 6 years ago
  8. 507816b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  9. 73b8c2e Common function to free key bindings. by nicm · 6 years ago
  10. 36169d8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  11. 7c6c66c Send errors to stdout in control mode so they don't get reordered with by nicm · 6 years ago
  12. 6d3d47c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  13. 1870cc7 Add ~ to quoted characters for %%%, reported by tb@. by nicm · 6 years ago
  14. 6b0091e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  15. a770a3b Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from by nicm · 6 years ago
  16. 7110226 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  17. ac85a3e Document client exit messages. by nicm · 6 years ago
  18. 9cc603c Fix format expansion in window names, reported by Suraj N Kurapati. by nicm · 6 years ago
  19. 566ab9a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  20. 206d878 Do not let readonly clients limit the size, suggested by Max Barraclough by nicm · 6 years ago
  21. 47d06cb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  22. 4ea0771 Support regex search in copy mode, from Anindya Mukherjee in GitHub issue 2038. by nicm · 6 years ago
  23. 0aa6c6f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  24. 88ee5b1 Pass correct value into iterator callback for time formats. by nicm · 6 years ago
  25. b931bbb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  26. 817d199 Add a number of new formats to inspect what sessions and clients a by nicm · 6 years ago
  27. 67d2408 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  28. 07e3747 Fix name of option, GitHub issue 2030. by nicm · 6 years ago
  29. a6b1cbb Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  30. 5cd00ed Restore source-file -q behaviour, broken in r1.42; OK nicm@ by tim · 6 years ago
  31. 745233d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  32. 1764f66 When adding a list with multiple commands to the queue, the next item to by nicm · 6 years ago
  33. 54efe33 Add back utempter code, reported by Peter Schellenbach. by Nicholas Marriott · 6 years ago
  34. d0cd68d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  35. ef54a08 Do not rely on errno after glob(3) fails. by nicm · 6 years ago
  36. 4223293 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  37. f8cb759 Use the message that has already been built rather than the va_list. by nicm · 6 years ago
  38. 3879509 Define FNM_CASEFOLD to 0 for AIX, from Eric N Vander Weele. by Nicholas Marriott · 6 years ago
  39. 479d411 Remove imsg.h. by Nicholas Marriott · 6 years ago
  40. 52b6ca5 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  41. 1bdd482 If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X by nicm · 6 years ago
  42. b4520aa Need to include message size in the maximum buffer calculation. by nicm · 6 years ago
  43. eaa58d2 Instead of using large buffers in imsgs, add the data or path onto the end. by nicm · 6 years ago
  44. e6b02de Add to CHANGES. by Nicholas Marriott · 6 years ago
  45. 00723f1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  46. 21f9b39 Show UTF-8 in choose-buffer mode. From KOIE Hidetaka. by nicm · 6 years ago
  47. e24e986 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  48. 6ce943f Need to check in the error callback also. by nicm · 6 years ago
  49. 828001e Do not spin waiting for exit, instead check in the write callback. by nicm · 6 years ago
  50. 58908b0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  51. dcf41ec Do not crash in tree modes if the pane is only 1 in width, reported by by nicm · 6 years ago
  52. 2b2b193 Add function to the right file. by nicm · 6 years ago
  53. 7922f4e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  54. 5134666 Change source-file to use new file code which allows it to read from stdin. by nicm · 6 years ago
  55. 268f2b0 Do not check if client is dead if it is NULL. by nicm · 6 years ago
  56. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 6 years ago
  57. 0d99519 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  58. 64fb7e4 Tweak previous to check the wrapped flag and stop if not set. by nicm · 6 years ago
  59. ab630f7 Allow search across wrapped lines and fix some inconsistencies in how th by nicm · 6 years ago
  60. 96abf40 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  61. f733d3f Do not set cursor colour to default unless it has been changed, GitHub by nicm · 6 years ago
  62. 6aeb679 Add to CHANGES. by Nicholas Marriott · 6 years ago
  63. 15d7e56 Add ~/.config/tmux/tmux.conf to the default search path for configuration files by Nicholas Marriott · 6 years ago
  64. 5b2048f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  65. 55eb3e4 Make TMUX_CONF a list of files and expand leading $FOO or ~. by nicm · 6 years ago
  66. 92ecd61 Check each _PATH_* define individually (Solaris has paths.h but not all of the by Nicholas Marriott · 6 years ago
  67. 875139f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  68. 7826d40 Style nits in function arguments. by nicm · 6 years ago
  69. edf96b0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  70. ec1b8e5 Remove client menu, I don't think it adds anything. by nicm · 6 years ago
  71. 2173365 Fix keys in CHANGES. by Nicholas Marriott · 6 years ago
  72. 7836779 Merge branch '3.0a-rc' by Nicholas Marriott · 6 years ago
  73. 25ae028 Add to CHANGES. by Nicholas Marriott · 6 years ago
  74. 1b0cc45 REG_STARTEND is not portable, but it turns out we don't actually need by nicm · 6 years ago
  75. a52fe9c Add to CHANGES. by Nicholas Marriott · 6 years ago
  76. 866b053 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  77. 48897fb Fix respawn-pane/window if default-command is set, reported by Janos Barbero. by nicm · 6 years ago
  78. 67d995d If a window appears in only one attached session, there is no point in by nicm · 6 years ago
  79. ad98fad Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 6 years ago
  80. 34084fe Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  81. c5d74b1 Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 6 years ago
  82. 3bb11ec Revert "add missing definition" by Nicholas Marriott · 6 years ago
  83. 743939e add missing definition by Thomas Adam · 6 years ago
  84. e00730d Fix bad merge. by Nicholas Marriott · 6 years ago
  85. 6401493 Missing after-kill-pane option. by nicm · 6 years ago
  86. 5f5f029 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  87. fa40919 Missing after-kill-pane option. by nicm · 6 years ago
  88. 08e2828 Parse out DA features. by nicm · 6 years ago
  89. bc5881c Long lines and spacing fixes. by nicm · 6 years ago
  90. c416fe0 Add xrecallocarray. by nicm · 6 years ago
  91. 9ea05b2 Bump the escape sequence timeout to five seconds to allow for longer by nicm · 6 years ago
  92. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 6 years ago
  93. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 6 years ago
  94. 7fb8eec status-left and status-right need push-default also, reported by Eric by nicm · 6 years ago
  95. c138384 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  96. 7a30e6b Merge branch '3.0-rc' into 3.0a-rc by Nicholas Marriott · 6 years ago
  97. eb4d60b REG_STARTEND is not portable, but it turns out we don't actually need by nicm · 6 years ago
  98. 0134574 3.0a. by Nicholas Marriott · 6 years ago
  99. c942f11 Use a malloc'd buffer for lsk since commands can be very long, from Gregory Pakosz. by Nicholas Marriott · 6 years ago
  100. 5afe7eb Do not lazily use BUFSIZ for "I don't care what size" when building by nicm · 6 years ago