1. e24e986 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. 6ce943f Need to check in the error callback also. by nicm · 6 years ago
  3. 828001e Do not spin waiting for exit, instead check in the write callback. by nicm · 6 years ago
  4. 58908b0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  5. dcf41ec Do not crash in tree modes if the pane is only 1 in width, reported by by nicm · 6 years ago
  6. 2b2b193 Add function to the right file. by nicm · 6 years ago
  7. 7922f4e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  8. 5134666 Change source-file to use new file code which allows it to read from stdin. by nicm · 6 years ago
  9. 268f2b0 Do not check if client is dead if it is NULL. by nicm · 6 years ago
  10. c284ebe Rewrite the code for reading and writing files. Now, if the client is by nicm · 6 years ago
  11. 0d99519 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  12. 64fb7e4 Tweak previous to check the wrapped flag and stop if not set. by nicm · 6 years ago
  13. ab630f7 Allow search across wrapped lines and fix some inconsistencies in how th by nicm · 6 years ago
  14. 96abf40 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  15. f733d3f Do not set cursor colour to default unless it has been changed, GitHub by nicm · 6 years ago
  16. 6aeb679 Add to CHANGES. by Nicholas Marriott · 6 years ago
  17. 15d7e56 Add ~/.config/tmux/tmux.conf to the default search path for configuration files by Nicholas Marriott · 6 years ago
  18. 5b2048f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  19. 55eb3e4 Make TMUX_CONF a list of files and expand leading $FOO or ~. by nicm · 6 years ago
  20. 92ecd61 Check each _PATH_* define individually (Solaris has paths.h but not all of the by Nicholas Marriott · 6 years ago
  21. 875139f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  22. 7826d40 Style nits in function arguments. by nicm · 6 years ago
  23. edf96b0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  24. ec1b8e5 Remove client menu, I don't think it adds anything. by nicm · 6 years ago
  25. 2173365 Fix keys in CHANGES. by Nicholas Marriott · 6 years ago
  26. 7836779 Merge branch '3.0a-rc' by Nicholas Marriott · 6 years ago
  27. 25ae028 Add to CHANGES. by Nicholas Marriott · 6 years ago
  28. 1b0cc45 REG_STARTEND is not portable, but it turns out we don't actually need by nicm · 6 years ago
  29. a52fe9c Add to CHANGES. by Nicholas Marriott · 6 years ago
  30. 866b053 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  31. 48897fb Fix respawn-pane/window if default-command is set, reported by Janos Barbero. by nicm · 6 years ago
  32. 67d995d If a window appears in only one attached session, there is no point in by nicm · 6 years ago
  33. ad98fad Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 6 years ago
  34. 34084fe Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  35. c5d74b1 Do not crash when a format doesn't exist, reported by Thomas Sattler. by nicm · 6 years ago
  36. 3bb11ec Revert "add missing definition" by Nicholas Marriott · 6 years ago
  37. 743939e add missing definition by Thomas Adam · 6 years ago
  38. e00730d Fix bad merge. by Nicholas Marriott · 6 years ago
  39. 6401493 Missing after-kill-pane option. by nicm · 6 years ago
  40. 5f5f029 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  41. fa40919 Missing after-kill-pane option. by nicm · 6 years ago
  42. 08e2828 Parse out DA features. by nicm · 6 years ago
  43. bc5881c Long lines and spacing fixes. by nicm · 6 years ago
  44. c416fe0 Add xrecallocarray. by nicm · 6 years ago
  45. 9ea05b2 Bump the escape sequence timeout to five seconds to allow for longer by nicm · 6 years ago
  46. 2349b1d Make a best effort to set xpixel and ypixel for each pane and add by nicm · 6 years ago
  47. 067604b Store xpixel/ypixel from TIOCGWINSZ and add formats. by nicm · 6 years ago
  48. 7fb8eec status-left and status-right need push-default also, reported by Eric by nicm · 6 years ago
  49. c138384 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  50. 7a30e6b Merge branch '3.0-rc' into 3.0a-rc by Nicholas Marriott · 6 years ago
  51. eb4d60b REG_STARTEND is not portable, but it turns out we don't actually need by nicm · 6 years ago
  52. 0134574 3.0a. by Nicholas Marriott · 6 years ago
  53. c942f11 Use a malloc'd buffer for lsk since commands can be very long, from Gregory Pakosz. by Nicholas Marriott · 6 years ago
  54. 5afe7eb Do not lazily use BUFSIZ for "I don't care what size" when building by nicm · 6 years ago
  55. b2fd161 Do not crash trying to fix layout size if only one cell, from Azat Khuzhin. by nicm · 6 years ago
  56. d0655f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  57. fef8ee2 Add default # and * binding with vi(1) keys. by nicm · 6 years ago
  58. c16faa4 Fixes to CHANGES. by Nicholas Marriott · 6 years ago
  59. bbcb199 3.0 version. by Nicholas Marriott · 6 years ago
  60. 47c0405 Some old tmux versions can sometimes generate layout strings which have by nicm · 6 years ago
  61. f378a0b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  62. 58f870e Don't use motion flag uninitialized. by nicm · 6 years ago
  63. eaf526b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  64. 87a11a9 Fix a warning in previous. by nicm · 6 years ago
  65. c2fde58 Do not clear search marks on cursor movement with vi(1) keys, from Eric by nicm · 6 years ago
  66. daa93b3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  67. 1ebd8c1 Add p format modifier for padding to width. by nicm · 6 years ago
  68. 5d0504e Allow multiple substitutions in a single format. by nicm · 6 years ago
  69. 81d4f95 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  70. 20c1f1a Only substitute patterns starting with ^ once. by nicm · 6 years ago
  71. 82d0d85 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  72. 3c312a9 Do not check the client readonly flag when there is no client, GitHub issue 1980. by nicm · 6 years ago
  73. 0ed96c4 Update CHANGES. by Nicholas Marriott · 6 years ago
  74. 0d3f306 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  75. 350a434 Add -f for full size to join-pane (like split-window), from Theo Buehler. by nicm · 6 years ago
  76. 4bc445f Keep modifiers on backspace when translating it. by nicm · 6 years ago
  77. dbdff24 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  78. 5dfe9db Do not add path if it is NULL, duh. by nicm · 6 years ago
  79. f3dc38d Handle OSC 7 (a VTE extension) and put the result in a new format (pane_path). by nicm · 6 years ago
  80. 48cbbb8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  81. 1f966c4 Change window-size default from smallest to latest. by nicm · 6 years ago
  82. b67fd8f Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  83. 16b7719 Fix parsing of DA with only one argument in the response and add 65 for VT520. by nicm · 6 years ago
  84. 518a687 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  85. 2dbf062 Change new-session -A without a session name (that is, no -s option by nicm · 6 years ago
  86. eb399e6 CUB and CUF are also limited by the margins so use CUP instead when by nicm · 6 years ago
  87. 08b07b1 Add an option to set the key sent by backspace for those whose system by nicm · 6 years ago
  88. eb215d3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  89. c225262 Add -F flag to send-keys to expand formats in search-backward and by nicm · 6 years ago
  90. 4408df1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  91. bad95db Limit lazy resize to panes in attached sessions only - those in by nicm · 6 years ago
  92. 4fc8741 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  93. d9c95c9 Handle the various different forms of rgb colour strings. by nicm · 6 years ago
  94. a1006db Create FUNDING.yml by Nicholas Marriott · 6 years ago
  95. 57948a0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  96. ccdebea Start with empty rather than NULL window name to avoid NULL printf if by nicm · 6 years ago
  97. 4e5f80d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  98. 6700018 Document Any key, from Jason Felice. by nicm · 6 years ago
  99. b5de0a2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  100. f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 6 years ago