1. a3967de Include headers if found regardless of forkpty. by Nicholas Marriott · 8 years ago
  2. 2be01ab Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  3. b462063 Add -- to some key bindings so leading -s work. by nicm · 8 years ago
  4. 8aaf86a Merge branch '2.6-rc' by Nicholas Marriott · 8 years ago
  5. bd71cbb 2.6. by Nicholas Marriott · 8 years ago
  6. 88517ce Add support for the xterm(1) title stack, from Brad Town, GitHub issue 1075. by nicm · 8 years ago
  7. 6a292f0 When writing batches of characters to the screen, we need to clear by nicm · 8 years ago
  8. 71ec616 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 8 years ago
  9. ff526e4 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  10. d563aa7 Initialize alerts timer event where it is used, avoids crash with new windows. by nicm · 8 years ago
  11. ae5a62a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  12. c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 8 years ago
  13. 9a1b9f1 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  14. af2c7ce Check event is initialized before delete; fixes crash reported by by nicm · 8 years ago
  15. b541a97 2.6-rc3. by Nicholas Marriott · 8 years ago
  16. a8b84b7 2.6-rc3. by Nicholas Marriott · 8 years ago
  17. 495e2ed Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  18. d8c397d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  19. d8d6c27 Mention that filter is a format. by nicm · 8 years ago
  20. 6fdaaa0 Do not free more lines than are available in the history. by nicm · 8 years ago
  21. 034b19b 2.6-rc2. by Nicholas Marriott · 8 years ago
  22. cb8eba1 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  23. 7aa8b8a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  24. abcbfcb Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  25. 70bc07a Previously, extended cell data was never reduced in size even when the by nicm · 8 years ago
  26. 7f83b53 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  27. 8405fcd Apply timeout to CAN and RS which also wait for ST. by nicm · 8 years ago
  28. f56f09e Fix a few errors in how the selected line is chosen after resize, by nicm · 8 years ago
  29. c62cfe6 Add to CHANGES. by Nicholas Marriott · 8 years ago
  30. 78cf3c1 When removing a key table clear it out of clients, fixes issue with by nicm · 8 years ago
  31. 89e057d Do not fail if unset an option that is already unset, reported by Thomas by nicm · 8 years ago
  32. 466066c Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible if by nicm · 8 years ago
  33. ff3d05d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  34. eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 8 years ago
  35. d019821 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  36. f4848b4 Add selectp -T to set pane title. by nicm · 8 years ago
  37. e941e53 Mention GitHub for code. by Nicholas Marriott · 8 years ago
  38. a1986c5 Add to CHANGES. by Nicholas Marriott · 8 years ago
  39. 6e2b3f4 Add to CHANGES. by Nicholas Marriott · 8 years ago
  40. 07d3c4d Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  41. f81e87f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  42. 6abfd9b Instead of overloading the line clear function to mean free if by nicm · 8 years ago
  43. 07c679b Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  44. b4c633c Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  45. 54c5070 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. 17cf1b2 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by by nicm · 8 years ago
  47. 8f36405 Add to TODO. by Nicholas Marriott · 8 years ago
  48. 2e4e521 2.6-rc version. by Nicholas Marriott · 8 years ago
  49. fa20f19 Fix position of -v, pointed out by Thomas Sattler. by Nicholas Marriott · 8 years ago
  50. c1d8b0f Back to master. by Nicholas Marriott · 8 years ago
  51. 3815e4f This is not true now... by Nicholas Marriott · 8 years ago
  52. 72488b5 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  53. 5fec6c5 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  54. dee6bb5 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  55. 566b962 Merge branch 'master' into 2.6-rc by Nicholas Marriott · 8 years ago
  56. 3f3fb43 More style. by Nicholas Marriott · 8 years ago
  57. 2248b88 2.6-rc version. by Nicholas Marriott · 8 years ago
  58. 82b30f2 Style of headings. by Nicholas Marriott · 8 years ago
  59. 6b841a0 Fix example from Adam Spiers. by Nicholas Marriott · 8 years ago
  60. a7d1ee5 Redraw rectangle selections properly when cursor at end, GitHub issue 992. by nicm · 8 years ago
  61. 0f7160e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  62. 91d6bff Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  63. 5cdccf7 Update CHANGES. by Nicholas Marriott · 8 years ago
  64. 5fc0be5 Support REP escape sequence (\033[b). by nicm · 8 years ago
  65. 9852bd7 Check for complete keys before escape prefix, allows keys to be defined by nicm · 8 years ago
  66. 7d3bf64 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 8 years ago
  68. b2322b3 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. fccfc4e Do not allow the current line of screen when the preview is toggled, by nicm · 8 years ago
  70. e65cc09 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  71. 25cf126 Use kind and kri for S-Up/Down as well as kUP and kDN. by nicm · 8 years ago
  72. 1492c9d Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  73. 3c63ad4 When tty is error or closed, remove client. Reported by Thomas Sattler. by nicm · 8 years ago
  74. 3b40f8e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  75. 08b1251 Key (v) and flag (-N) to toggle preview in choose modes. by nicm · 8 years ago
  76. 1d60dd5 Fix searching when match is at end of line, from Brad Town. by nicm · 8 years ago
  77. f0ce29c Allow multiple bells even if there is an existing bell (but not activity by nicm · 8 years ago
  78. e1b3dc8 Run alert hooks based on the options rather than unconditionally, from by nicm · 8 years ago
  79. 0f708dd Add to TODO. by Nicholas Marriott · 8 years ago
  80. 730312e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  81. bbe9da0 Same as previous for \r alone. by nicm · 8 years ago
  82. 7ec2a2b Do not emit \r\n to move to column 0 if there are margins, because it by nicm · 8 years ago
  83. ccdc369 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  84. 768740a Fix example for user-keys. by nicm · 8 years ago
  85. 07a1369 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  86. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 8 years ago
  87. de86bf1 Add to CHANGES. by Nicholas Marriott · 8 years ago
  88. 2103a09 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  89. c6a8ad2 Add -d flag to display-panes to specify timeout, and make 0 mean no by nicm · 8 years ago
  90. c1ec28a Rename BELL_* values to ALERT_* now they are used by more than bells, by nicm · 8 years ago
  91. 0824850 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  92. 27c3852 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  93. ac2ba09 Fix filtering so it works after the change to only show windows if they by nicm · 8 years ago
  94. 237b7a5 Update CHANGES and TODO. by Nicholas Marriott · 8 years ago
  95. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 8 years ago
  96. 4bb5bb9 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  97. 31b0657 Hooks for after-select-pane and after-select-window. by nicm · 8 years ago
  98. e7b1e05 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  99. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 8 years ago
  100. 45ee118 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago