1. 6b83ca0 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  2. 78ae4ee h/l keys for expand and collapse. by nicm · 7 years ago
  3. d6edd06 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  4. 6e8d29e Update TODO. by Nicholas Marriott · 7 years ago
  5. 8dd7761 Add P key to paste tagged in buffer mode, and trim some code that should by nicm · 7 years ago
  6. e85213a Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  7. 26f1857 Use window_pane_index() when drawing pane numbers (so pane-base-index is by nicm · 7 years ago
  8. f7a037b Apparently vim(1) now has syntax highlighting built in, GitHub issue 1124. by Nicholas Marriott · 7 years ago
  9. 61114c6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  10. d3e8709 Clear status line with spaces again so reverse works, spotted by sthen. by nicm · 7 years ago
  11. 3753167 Need compat for queue.h. by Nicholas Marriott · 7 years ago
  12. 31901e3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  13. a34de2e Save and restore LIBS when checking for b64_ntop, reported by Ralf Friedl. by Nicholas Marriott · 7 years ago
  14. 2f6935a Infrastructure for drawing status lines of more than one line in height, by nicm · 7 years ago
  15. a5fd578 Show exit status and time in the remain-on-exit pane text, mostly from by nicm · 7 years ago
  16. fb02df6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  17. d10def5 Check missed during merge. by Nicholas Marriott · 7 years ago
  18. 2357bfb Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  19. 87babfa Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  20. eb9839f Box around label in preview. by nicm · 7 years ago
  21. 6e5121b Clear to end of line properly with UTF-8 present. by nicm · 7 years ago
  22. 4efd41f Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  23. 99351c9 Add C-n and C-p keys for tree mode, and choose the right initial line by nicm · 7 years ago
  24. 60074a6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  25. a3967de Include headers if found regardless of forkpty. by Nicholas Marriott · 7 years ago
  26. 044019d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  27. db44151 kind should be S-Down not S-Up. by nicm · 7 years ago
  28. ceab715 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  29. 0b4c408 Fix description of history_size, from Campbell Barton. by nicm · 7 years ago
  30. f069c0b Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  31. 9c4caf4 Support %else in config files to match %if, from Brad Town in GitHub issue 1071. by nicm · 7 years ago
  32. 2be01ab Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  33. b462063 Add -- to some key bindings so leading -s work. by nicm · 7 years ago
  34. 8aaf86a Merge branch '2.6-rc' by Nicholas Marriott · 7 years ago
  35. bd71cbb 2.6. by Nicholas Marriott · 7 years ago 2.6
  36. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 7 years ago
  37. 6a292f0 When writing batches of characters to the screen, we need to clear by nicm · 7 years ago
  38. 71ec616 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 7 years ago
  39. ff526e4 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  40. d563aa7 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 7 years ago
  41. ae5a62a Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  42. c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 7 years ago
  43. 9a1b9f1 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  44. af2c7ce Check event is initialized before delete; fixes crash reported by by nicm · 7 years ago
  45. b541a97 2.6-rc3. by Nicholas Marriott · 7 years ago
  46. a8b84b7 2.6-rc3. by Nicholas Marriott · 7 years ago
  47. 495e2ed Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  48. d8c397d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  49. d8d6c27 Mention that filter is a format. by nicm · 7 years ago
  50. 6fdaaa0 Do not free more lines than are available in the history. by nicm · 7 years ago
  51. 034b19b 2.6-rc2. by Nicholas Marriott · 7 years ago
  52. cb8eba1 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  53. 7aa8b8a Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  54. abcbfcb Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  55. 70bc07a Previously, extended cell data was never reduced in size even when the by nicm · 7 years ago
  56. 7f83b53 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  57. 8405fcd Apply timeout to CAN and RS which also wait for ST. by nicm · 7 years ago
  58. f56f09e Fix a few errors in how the selected line is chosen after resize, by nicm · 7 years ago
  59. c62cfe6 Add to CHANGES. by Nicholas Marriott · 7 years ago
  60. 78cf3c1 When removing a key table clear it out of clients, fixes issue with by nicm · 7 years ago
  61. 89e057d Do not fail if unset an option that is already unset, reported by Thomas by nicm · 7 years ago
  62. 466066c Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if by nicm · 7 years ago
  63. ff3d05d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  64. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 7 years ago
  65. d019821 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  66. f4848b4 Add selectp -T to set pane title. by nicm · 7 years ago
  67. e941e53 Mention GitHub for code. by Nicholas Marriott · 7 years ago
  68. a1986c5 Add to CHANGES. by Nicholas Marriott · 7 years ago
  69. 6e2b3f4 Add to CHANGES. by Nicholas Marriott · 7 years ago
  70. 07d3c4d Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  71. f81e87f Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  72. 6abfd9b Instead of overloading the line clear function to mean free if by nicm · 7 years ago
  73. 07c679b Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  74. b4c633c Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  75. 54c5070 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  76. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 7 years ago
  77. 8f36405 Add to TODO. by Nicholas Marriott · 7 years ago
  78. 2e4e521 2.6-rc version. by Nicholas Marriott · 7 years ago
  79. fa20f19 Fix position of -v, pointed out by Thomas Sattler. by Nicholas Marriott · 7 years ago
  80. c1d8b0f Back to master. by Nicholas Marriott · 7 years ago
  81. 3815e4f This is not true now... by Nicholas Marriott · 7 years ago
  82. 72488b5 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  83. 5fec6c5 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  84. dee6bb5 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  85. 566b962 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 7 years ago
  86. 3f3fb43 More style. by Nicholas Marriott · 7 years ago
  87. 2248b88 2.6-rc version. by Nicholas Marriott · 7 years ago
  88. 82b30f2 Style of headings. by Nicholas Marriott · 7 years ago
  89. 6b841a0 Fix example from Adam Spiers. by Nicholas Marriott · 7 years ago
  90. a7d1ee5 Redraw rectangle selections properly when cursor at end, GitHub issue 992. by nicm · 7 years ago
  91. 0f7160e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  92. 91d6bff Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  93. 5cdccf7 Update CHANGES. by Nicholas Marriott · 7 years ago
  94. 5fc0be5 Support REP escape sequence (\033[b). by nicm · 7 years ago
  95. 9852bd7 Check for complete keys before escape prefix, allows keys to be defined by nicm · 7 years ago
  96. 7d3bf64 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  97. fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
  98. b2322b3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  99. fccfc4e Do not allow the current line of screen when the preview is toggled, by nicm · 7 years ago
  100. e65cc09 Merge branch 'obsd-master' by Thomas Adam · 7 years ago