1. e755ca3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  2. 533a571 Completely rewrite the reflow code to correctly handle double width by nicm · 8 years ago
  3. aeda2e5 If there is a double width character at the very end of the line with by nicm · 8 years ago
  4. 392da89 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  5. d81fa57 When searching in copy mode, do not scroll if the result is already on by nicm · 8 years ago
  6. 515da63 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. 384736e If we successfully change the directory, set PWD too to give the shell a by nicm · 8 years ago
  8. 6f3b6c8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  9. a2681ff Clear key properly if on space with nothing in it. by nicm · 8 years ago
  10. 50a5f84 Support mouse on preview in tree mode. by nicm · 8 years ago
  11. 24c3872 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  12. ba93a64 Change mouse in modes so that one click moves the cursor and a double by nicm · 8 years ago
  13. e160617 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  14. c9ec33d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  15. 43264df Make the mode draw function use the parent screen directly rather than by nicm · 8 years ago
  16. 8d37f69 Add a "fast" version of screen_write_copy for tree mode that doesn't do by nicm · 8 years ago
  17. 8c29f74 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  18. 17655e5 Format for group list of "other sessions" is a bit weird, just list all by nicm · 8 years ago
  19. 95850e1 Tweak previous slightly so that current session is chosen if it is in by nicm · 8 years ago
  20. c1f62f1 Only show the first member of session groups in tree mode (-G flag disables). by nicm · 8 years ago
  21. 3887d95 There is no point in reflowing panes which have not changed width. by nicm · 8 years ago
  22. cf782c4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  23. e91e8a2 Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139) by nicm · 8 years ago
  24. d36ac3d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  25. be4c016 Note that notifications are also hooks. by nicm · 8 years ago
  26. 0072bc6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  27. 37f83ad Update CHANGES. by Nicholas Marriott · 8 years ago
  28. 578a63b Default allow-rename to off because it is ridiculous that applications by nicm · 8 years ago
  29. 6b83ca0 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  30. 78ae4ee h/l keys for expand and collapse. by nicm · 8 years ago
  31. d6edd06 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  32. 6e8d29e Update TODO. by Nicholas Marriott · 8 years ago
  33. 8dd7761 Add P key to paste tagged in buffer mode, and trim some code that should by nicm · 8 years ago
  34. e85213a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  35. 26f1857 Use window_pane_index() when drawing pane numbers (so pane-base-index is by nicm · 8 years ago
  36. f7a037b Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124. by Nicholas Marriott · 8 years ago
  37. 61114c6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  38. d3e8709 Clear status line with spaces again so reverse works, spotted by sthen. by nicm · 8 years ago
  39. 3753167 Need compat for queue.h. by Nicholas Marriott · 8 years ago
  40. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  41. a34de2e Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl. by Nicholas Marriott · 8 years ago
  42. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 8 years ago
  43. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 8 years ago
  44. fb02df6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  45. d10def5 Check missed during merge. by Nicholas Marriott · 8 years ago
  46. 2357bfb Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  47. 87babfa Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  48. eb9839f Box around label in preview. by nicm · 8 years ago
  49. 6e5121b Clear to end of line properly with UTF-8 present. by nicm · 8 years ago
  50. 4efd41f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  51. 99351c9 Add C-n and C-p keys for tree mode, and choose the right initial line by nicm · 8 years ago
  52. 60074a6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  53. a3967de Include headers if found regardless of forkpty. by Nicholas Marriott · 8 years ago
  54. 044019d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  55. db44151 kind should be S-Down not S-Up. by nicm · 8 years ago
  56. ceab715 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  57. 0b4c408 Fix description of history_size, from Campbell Barton. by nicm · 8 years ago
  58. f069c0b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  59. 9c4caf4 Support %else in config files to match %if, from Brad Town in GitHub issue 1071. by nicm · 8 years ago
  60. 2be01ab Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  61. b462063 Add -- to some key bindings so leading -s work. by nicm · 8 years ago
  62. 8aaf86a Merge branch '2.6-rc' by Nicholas Marriott · 8 years ago
  63. bd71cbb 2.6. by Nicholas Marriott · 8 years ago
  64. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 8 years ago
  65. 6a292f0 When writing batches of characters to the screen, we need to clear by nicm · 8 years ago
  66. 71ec616 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 8 years ago
  67. ff526e4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  68. d563aa7 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 8 years ago
  69. ae5a62a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 8 years ago
  71. 9a1b9f1 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  72. af2c7ce Check event is initialized before delete; fixes crash reported by by nicm · 8 years ago
  73. b541a97 2.6-rc3. by Nicholas Marriott · 8 years ago
  74. a8b84b7 2.6-rc3. by Nicholas Marriott · 8 years ago
  75. 495e2ed Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  76. d8c397d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. d8d6c27 Mention that filter is a format. by nicm · 8 years ago
  78. 6fdaaa0 Do not free more lines than are available in the history. by nicm · 8 years ago
  79. 034b19b 2.6-rc2. by Nicholas Marriott · 8 years ago
  80. cb8eba1 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  81. 7aa8b8a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  82. abcbfcb Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  83. 70bc07a Previously, extended cell data was never reduced in size even when the by nicm · 8 years ago
  84. 7f83b53 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  85. 8405fcd Apply timeout to CAN and RS which also wait for ST. by nicm · 8 years ago
  86. f56f09e Fix a few errors in how the selected line is chosen after resize, by nicm · 8 years ago
  87. c62cfe6 Add to CHANGES. by Nicholas Marriott · 8 years ago
  88. 78cf3c1 When removing a key table clear it out of clients, fixes issue with by nicm · 8 years ago
  89. 89e057d Do not fail if unset an option that is already unset, reported by Thomas by nicm · 8 years ago
  90. 466066c Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if by nicm · 8 years ago
  91. ff3d05d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  92. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 8 years ago
  93. d019821 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  94. f4848b4 Add selectp -T to set pane title. by nicm · 8 years ago
  95. e941e53 Mention GitHub for code. by Nicholas Marriott · 8 years ago
  96. a1986c5 Add to CHANGES. by Nicholas Marriott · 8 years ago
  97. 6e2b3f4 Add to CHANGES. by Nicholas Marriott · 8 years ago
  98. 07d3c4d Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  99. f81e87f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  100. 6abfd9b Instead of overloading the line clear function to mean free if by nicm · 8 years ago