1. bc72cf2 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  2. de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
  3. 9cc04a0 Do not use window mode entry after free. by nicm · 6 years ago
  4. 349aeb8 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  5. f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
  6. a1009e7 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  7. 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
  8. 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
  9. 5a564a0 Add to TODO. by Nicholas Marriott · 6 years ago
  10. 9ebd630 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  11. 5cdd578 Fix sense of aggressive-resize flag. by nicm · 6 years ago
  12. a870c25 Don't set client offset if client is not a terminal by nicm · 6 years ago
  13. d5c8379 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  14. fa33603 Do not look at next key byte if the length is 0, originally from Shingo by nicm · 6 years ago
  15. fa82944 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  16. 82f0c85 Use starting client cwd in config file, GitHub issue 1606. by nicm · 6 years ago
  17. 9768091 Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  18. f9c396d Completion of command-alias members. by nicm · 6 years ago
  19. bdb7e48 Redirect which stderr. by Nicholas Marriott · 6 years ago
  20. c42e89a Merge branch 'obsd-master' by Thomas Adam · 6 years ago
  21. afd3127 Add -b to display-panes like run-shell, GitHub issue 1559. by nicm · 6 years ago
  22. 4ab3b18 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  23. 2ea22fc Should use DECFRA if not default, not if default. From Karl Beldan. by nicm · 7 years ago
  24. cd8a7fb Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  25. cd39920 Should save the bg colour when setting it to default, not the fg. by nicm · 7 years ago
  26. 469a9e9 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  27. 34c0807 Do not highlight characters which will not be copied, reported by by nicm · 7 years ago
  28. c9d482a Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  29. bde0224 Pass window into mode functions. by nicm · 7 years ago
  30. b6cdac0 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  31. 4e3d661 Fix parsing of empty colon-separated fields, reported by Siarhei Siniak. by nicm · 7 years ago
  32. 1c5093c Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  33. 67254ed Clear PANE_EXITED flag when starting new child process in case the pane by nicm · 7 years ago
  34. 6cf2f74 osdep_get_cwd for NetBSD, from Leonardo Taccari. by Nicholas Marriott · 7 years ago
  35. 1ed994a Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  36. 40d246b Handle UTF-8 in word-separators option, GitHub issue 1551. by nicm · 7 years ago
  37. 2977317 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  38. 3a7b9d5 Do not use PWD unless it actually matches the real working directory. by nicm · 7 years ago
  39. 2eca63b Add to TODO. by Nicholas Marriott · 7 years ago
  40. c4b04b1 Fixes for GNU/kFreeBSD from James Clarke. by Nicholas Marriott · 7 years ago
  41. efd01f3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  42. 749f67b evbuffer_new and bufferevent_new can both fail (when malloc fails) and by nicm · 7 years ago
  43. a7da235 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  44. f103927 Add [template] to display-panes and choose-{buffer,client,tree} usage by kn · 7 years ago
  45. 0fd73f2 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  46. 50cdfc0 Initialize context property in alignment test handler function. by nicm · 7 years ago
  47. 3c6cdf0 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  48. 86e648d Allow style #[] in mode formats. by nicm · 7 years ago
  49. 849d06c Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  50. 09aee53 It isn't possible to specify buffer name to copy mode commands now, so by nicm · 7 years ago
  51. 4efba0b Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  52. 0c7f644 If a non-repeating key is used when repeating, it should be treated as by nicm · 7 years ago
  53. ff77010 Add to TODO. by Nicholas Marriott · 7 years ago
  54. 7339845 There is no reason wait-for has to be restricted to outside tmux. by nicm · 7 years ago
  55. 99072e1 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  56. f9881b3 Correctly unzoom and redraw panes in switch-client. by nicm · 7 years ago
  57. b1ad075 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  58. ef904cf Reset all flags in screen_write_reset, reported by Benjamin Poirier. by nicm · 7 years ago
  59. ddffda4 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  60. d5b92ac Do not printf NULL. by nicm · 7 years ago
  61. 0a54a07 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  62. 65dd734 Do not check for a key again without an escape if only \033 is present. by nicm · 7 years ago
  63. 0cefdff Add to CHANGES. by Nicholas Marriott · 7 years ago
  64. e771f10 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  65. fc41bf4 Add a "terminal" colour which can be used instead of "default" in style by nicm · 7 years ago
  66. 2808f82 Tweak wording. by Nicholas Marriott · 7 years ago
  67. c234032 Do not use master here. by Nicholas Marriott · 7 years ago
  68. bc6211c Instead of "master" for the version number, use "next-X.X". It is more by Nicholas Marriott · 7 years ago
  69. 164590e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  70. 9feb35b Document new refresh-client flags. by nicm · 7 years ago
  71. f44d02c Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  72. 6469953 Support for windows larger than visible on the attached client. This has by nicm · 7 years ago
  73. 2dfdb55 Handle pan correctly when the terminal is bigger than the window. by Nicholas Marriott · 7 years ago
  74. a51668c Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard by nicm · 7 years ago
  75. bc0e527 Support for extended underline styles on terminals which offer them, by nicm · 7 years ago
  76. f54f171 Merge branch '2.8-rc' by Nicholas Marriott · 7 years ago
  77. 01918cb tmux 2.8. by Nicholas Marriott · 7 years ago
  78. a2c52d9 Add to TODO. by Nicholas Marriott · 7 years ago
  79. 407075d Add to TODO. by Nicholas Marriott · 7 years ago
  80. cdd8c93 Add to TODO file. by Nicholas Marriott · 7 years ago
  81. c88e945 Support OSC 52 ? to read the top buffer inside tmux, also add by Nicholas Marriott · 7 years ago
  82. 018f1b8 Use :: for escaping : in terminal-overrides not \:. by Nicholas Marriott · 7 years ago
  83. 4b9e76a Support for extended underline styles, enabled by adding the Smulx by Nicholas Marriott · 7 years ago
  84. 46847e9 Update TODO. by Nicholas Marriott · 7 years ago
  85. 1952b3f Update CHANGES. by Nicholas Marriott · 7 years ago
  86. 546060f Update TODO. by Nicholas Marriott · 7 years ago
  87. c44bb2d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  88. f7c85f3 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. by nicm · 7 years ago
  89. 5a7cf89 Correctly check offset for drawing multiple cells, GitHub issue 1481. by Nicholas Marriott · 7 years ago
  90. 8053b65 Fix select-pane -m, GitHub issuie 1490. by Nicholas Marriott · 7 years ago
  91. a00cdcd Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  92. 228e1a3 Use same working directory rules for jobs as new windows rather than by nicm · 7 years ago
  93. ebaf542 Add formats for when window is larger than client, and show offset in by Nicholas Marriott · 7 years ago
  94. b74b047 More of revert. by Nicholas Marriott · 7 years ago
  95. 04c6db2 Revert "Add a B flag to mark windows bigger than the client." by Nicholas Marriott · 7 years ago
  96. 6abb62d Change the B into a +. by Nicholas Marriott · 7 years ago
  97. 7cf00d6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  98. 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 7 years ago
  99. cbf1504 Do not clamp to needed size since it may be too big. by Nicholas Marriott · 7 years ago
  100. 83b2d5c window_printable_flags needs an additional argument. by Nicholas Marriott · 7 years ago