1. b6cdac0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. 4e3d661 Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. by nicm · 6 years ago
  3. 1c5093c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  4. 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 6 years ago
  5. 6cf2f74 osdep_get_cwd for NetBSD, from Leonardo Taccari. by Nicholas Marriott · 6 years ago
  6. 1ed994a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  7. 40d246b Handle UTF-8 in word-separators option, GitHub issue 1551. by nicm · 6 years ago
  8. 2977317 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  9. 3a7b9d5 Do not use PWD unless it actually matches the real working directory. by nicm · 6 years ago
  10. 2eca63b Add to TODO. by Nicholas Marriott · 6 years ago
  11. c4b04b1 Fixes for GNU/kFreeBSD from James Clarke. by Nicholas Marriott · 6 years ago
  12. efd01f3 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  13. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 6 years ago
  14. a7da235 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  15. f103927 Add [template] to display-panes and choose-{buffer,client,tree} usage by kn · 6 years ago
  16. 0fd73f2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  17. 50cdfc0 Initialize context property in alignment test handler function. by nicm · 6 years ago
  18. 3c6cdf0 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  19. 86e648d Allow style #[] in mode formats. by nicm · 6 years ago
  20. 849d06c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  21. 09aee53 It isn't possible to specify buffer name to copy mode commands now, so by nicm · 6 years ago
  22. 4efba0b Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  23. 0c7f644 If a non-repeating key is used when repeating, it should be treated as by nicm · 6 years ago
  24. ff77010 Add to TODO. by Nicholas Marriott · 6 years ago
  25. 7339845 There is no reason wait-for has to be restricted to outside tmux. by nicm · 6 years ago
  26. 99072e1 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  27. f9881b3 Correctly unzoom and redraw panes in switch-client. by nicm · 6 years ago
  28. b1ad075 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  29. ef904cf Reset all flags in screen_write_reset, reported by Benjamin Poirier. by nicm · 6 years ago
  30. ddffda4 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  31. d5b92ac Do not printf NULL. by nicm · 6 years ago
  32. 0a54a07 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  33. 65dd734 Do not check for a key again without an escape if only \033 is present. by nicm · 6 years ago
  34. 0cefdff Add to CHANGES. by Nicholas Marriott · 6 years ago
  35. e771f10 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  36. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 6 years ago
  37. 2808f82 Tweak wording. by Nicholas Marriott · 6 years ago
  38. c234032 Do not use master here. by Nicholas Marriott · 6 years ago
  39. bc6211c Instead of "master" for the version number, use "next-X.X". It is more by Nicholas Marriott · 6 years ago
  40. 164590e Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  41. 9feb35b Document new refresh-client flags. by nicm · 6 years ago
  42. f44d02c Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  43. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 6 years ago
  44. 2dfdb55 Handle pan correctly when the terminal is bigger than the window. by Nicholas Marriott · 6 years ago
  45. a51668c Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard by nicm · 6 years ago
  46. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 6 years ago
  47. f54f171 Merge branch '2.8-rc' by Nicholas Marriott · 6 years ago
  48. 01918cb tmux 2.8. by Nicholas Marriott · 6 years ago 2.8
  49. a2c52d9 Add to TODO. by Nicholas Marriott · 6 years ago
  50. 407075d Add to TODO. by Nicholas Marriott · 6 years ago
  51. cdd8c93 Add to TODO file. by Nicholas Marriott · 6 years ago
  52. c88e945 Support OSC 52 ? to read the top buffer inside tmux, also add by Nicholas Marriott · 6 years ago
  53. 018f1b8 Use :: for escaping : in terminal-overrides not \:. by Nicholas Marriott · 6 years ago
  54. 4b9e76a Support for extended underline styles, enabled by adding the Smulx by Nicholas Marriott · 6 years ago
  55. 46847e9 Update TODO. by Nicholas Marriott · 6 years ago
  56. 1952b3f Update CHANGES. by Nicholas Marriott · 6 years ago
  57. 546060f Update TODO. by Nicholas Marriott · 6 years ago
  58. c44bb2d Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  59. f7c85f3 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. by nicm · 6 years ago
  60. 5a7cf89 Correctly check offset for drawing multiple cells, GitHub issue 1481. by Nicholas Marriott · 6 years ago
  61. 8053b65 Fix select-pane -m, GitHub issuie 1490. by Nicholas Marriott · 6 years ago
  62. a00cdcd Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  63. 228e1a3 Use same working directory rules for jobs as new windows rather than by nicm · 6 years ago
  64. ebaf542 Add formats for when window is larger than client, and show offset in by Nicholas Marriott · 6 years ago
  65. b74b047 More of revert. by Nicholas Marriott · 6 years ago
  66. 04c6db2 Revert "Add a B flag to mark windows bigger than the client." by Nicholas Marriott · 6 years ago
  67. 6abb62d Change the B into a +. by Nicholas Marriott · 6 years ago
  68. 7cf00d6 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  69. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
  70. cbf1504 Do not clamp to needed size since it may be too big. by Nicholas Marriott · 6 years ago
  71. 83b2d5c window_printable_flags needs an additional argument. by Nicholas Marriott · 6 years ago
  72. b4e74f4 Add a B flag to mark windows bigger than the client. by Nicholas Marriott · 6 years ago
  73. 26d73a7 Ignore clients that are suspended or exiting. by Nicholas Marriott · 6 years ago
  74. 5706928 Add to TODO. by Nicholas Marriott · 6 years ago
  75. 4799f43 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  76. 7bc6c10 Only include pane status in minimum size if it is turned on, GitHub issue 1480. by nicm · 6 years ago
  77. ad71e7f Calculate size when trimming RHS correctly. by Nicholas Marriott · 6 years ago
  78. 71d2ab1 Fix up merge. by Nicholas Marriott · 6 years ago
  79. c067af8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  80. 3fa5381 Restore window_pane_visible for drawing panes and borders, fixes issue by Nicholas Marriott · 6 years ago
  81. be22012 The cursor position is limited to the margins for CUF and CUB, so turn by nicm · 6 years ago
  82. 84df870 x,y -> px,py. by Nicholas Marriott · 6 years ago
  83. 5e36d52 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  84. bd9133b Do not check for mouse events on pane borders when zoomed, based on a by nicm · 6 years ago
  85. 9b32758 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  86. 5aa435a window_get_active_at needs to check visible also. by Nicholas Marriott · 6 years ago
  87. 1b92afa Do not clear selection when searching. by nicm · 6 years ago
  88. a618271 Bring back window_pane_visible to stop input going to panes which are by Nicholas Marriott · 6 years ago
  89. 8598fd1 Add to TODO. by Nicholas Marriott · 6 years ago
  90. 59df942 Fixes to resize-window from Ben Boeckel. by Nicholas Marriott · 6 years ago
  91. 621bb15 Cast parameters to tparm, from Christos Zoulas via Leonardo Taccari. by Nicholas Marriott · 6 years ago
  92. 8e24b0b Makefile.am: Add space between -f and argument by Thomas Adam · 6 years ago
  93. 0c07b10 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  94. 8f9491d Allow a large line number to go to the end with goto-line, from Mark by nicm · 6 years ago
  95. 9bab73f Fix selection test, from Takeshi Banse. by nicm · 6 years ago
  96. 4e86720 Add to TODO. by Nicholas Marriott · 6 years ago
  97. e27b588 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  98. 479cac4 Fix target line for fast path in tty_draw_pane. by Nicholas Marriott · 6 years ago
  99. 95e3e36 Reset line flag when clearing selection, GitHub issue 1454. by nicm · 6 years ago
  100. 7637518 Fix refresh-client flags. by Nicholas Marriott · 6 years ago