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