1. 5fec6c5 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  2. dee6bb5 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  3. 3f3fb43 More style. by Nicholas Marriott · 7 years ago
  4. 82b30f2 Style of headings. by Nicholas Marriott · 7 years ago
  5. 6b841a0 Fix example from Adam Spiers. by Nicholas Marriott · 7 years ago
  6. a7d1ee5 Redraw rectangle selections properly when cursor at end, GitHub issue 992. by nicm · 7 years ago
  7. 0f7160e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  8. 91d6bff Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  9. 5cdccf7 Update CHANGES. by Nicholas Marriott · 7 years ago
  10. 5fc0be5 Support REP escape sequence (\033[b). by nicm · 7 years ago
  11. 9852bd7 Check for complete keys before escape prefix, allows keys to be defined by nicm · 7 years ago
  12. 7d3bf64 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  13. fe4467a Do not forbid targets to specify non-visible panes - the checks for by nicm · 7 years ago
  14. b2322b3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  15. fccfc4e Do not allow the current line of screen when the preview is toggled, by nicm · 7 years ago
  16. e65cc09 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  17. 25cf126 Use kind and kri for S-Up/Down as well as kUP and kDN. by nicm · 7 years ago
  18. 1492c9d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  19. 3c63ad4 When tty is error or closed, remove client. Reported by Thomas Sattler. by nicm · 7 years ago
  20. 3b40f8e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  21. 08b1251 Key (v) and flag (-N) to toggle preview in choose modes. by nicm · 7 years ago
  22. 1d60dd5 Fix searching when match is at end of line, from Brad Town. by nicm · 7 years ago
  23. f0ce29c Allow multiple bells even if there is an existing bell (but not activity by nicm · 7 years ago
  24. e1b3dc8 Run alert hooks based on the options rather than unconditionally, from by nicm · 7 years ago
  25. 0f708dd Add to TODO. by Nicholas Marriott · 7 years ago
  26. 730312e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  27. bbe9da0 Same as previous for \r alone. by nicm · 7 years ago
  28. 7ec2a2b Do not emit \r\n to move to column 0 if there are margins, because it by nicm · 7 years ago
  29. ccdc369 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  30. 768740a Fix example for user-keys. by nicm · 7 years ago
  31. 07a1369 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  32. 8daa1d5 Add monitor-bell window option to match the activity and silence by nicm · 7 years ago
  33. de86bf1 Add to CHANGES. by Nicholas Marriott · 7 years ago
  34. 2103a09 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  35. c6a8ad2 Add -d flag to display-panes to specify timeout, and make 0 mean no by nicm · 7 years ago
  36. c1ec28a Rename BELL_* values to ALERT_* now they are used by more than bells, by nicm · 7 years ago
  37. 0824850 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  38. 27c3852 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  39. ac2ba09 Fix filtering so it works after the change to only show windows if they by nicm · 7 years ago
  40. 237b7a5 Update CHANGES and TODO. by Nicholas Marriott · 7 years ago
  41. 5dd5543 Add -F to choose-tree, choose-client, choose-buffer to specify the by nicm · 7 years ago
  42. 4bb5bb9 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  43. 31b0657 Hooks for after-select-pane and after-select-window. by nicm · 7 years ago
  44. e7b1e05 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  45. 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
  46. 45ee118 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  47. 0d6fc7e I already mentioned these... revert previous. by Nicholas Marriott · 7 years ago
  48. ed8ddf2 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  49. b4c9f6e Show pane title in window list for windows with only one pane. by nicm · 7 years ago
  50. a704f57 This is a big meaningless. by Nicholas Marriott · 7 years ago
  51. 6b60a5c Update CHANGES. by Nicholas Marriott · 7 years ago
  52. 147740e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  53. 3df7c91 Add pane_at_left/right/top/bottom formats, from Amos Bird. by nicm · 7 years ago
  54. 58744de Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  55. b1bd0c7 Always reset the alerts timer so it works even if activity and silence by nicm · 7 years ago
  56. 76887b1 Make bell, activity and silence alerting more consistent: by nicm · 7 years ago
  57. 06a2644 Update CHANGES. by Nicholas Marriott · 7 years ago
  58. ef9afdd Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 7 years ago
  59. 3065b21 Mention autoconf and automake. by Nicholas Marriott · 7 years ago
  60. 358df10 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  61. 3bb426d Use the actual width written rather than the possible width to clear. by nicm · 7 years ago
  62. 26db50d Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  63. 8c6ad55 Trim trailing spaces from full line when it is clearly OK to do so. by nicm · 7 years ago
  64. e0d49ad Allow ispunct() as well as isalnum() when parsing initial window names. by nicm · 7 years ago
  65. e725b96 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  66. 11e2af6 Add -c for respawn-pane and respawn-window, from J Raynor. by nicm · 7 years ago
  67. acbbc93 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  68. 932f6cf Because ignore SIGCHLD early, letting signal_del restore it doesn't work by nicm · 7 years ago
  69. 1265e21 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  70. e4cd875 Update CHANGES. by Nicholas Marriott · 7 years ago
  71. 2678fe5 Fix redraw defer code in the presence of multiple clients - the timer by nicm · 7 years ago
  72. e3698e6 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  73. 8b84fc1 Line up keys in tree mode, and don't expand windows with one pane. From by nicm · 7 years ago
  74. 5122f34 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  75. 1076a2e Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  76. fba6140 Do not need to set up USR2 twice. by nicm · 7 years ago
  77. 5111222 Block signals between forking and clearing signal handlers (or calling by nicm · 7 years ago
  78. 0453ad0 Move signal code into proc.c. by nicm · 7 years ago
  79. ed3cfaa Make shell_command a global like other stuff rather than making it an by nicm · 7 years ago
  80. d0d42dc proc_send_s now seems unnecessary. by nicm · 7 years ago
  81. fbbf5a1 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  82. 58b7966 Some extra logging to show why tmux might exit. by nicm · 7 years ago
  83. 05062e7 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  84. bfaa885 Fix size of rightmost preview section. by nicm · 7 years ago
  85. 9913cce Add a pane_pipe format to show if pipe-pane is active, GitHub issue 990. by nicm · 7 years ago
  86. 1029f2b Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  87. 1f7ca97 When working out the current client (for example for switch-client with by nicm · 7 years ago
  88. 6b1ceca Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  89. 53d4ed2 < and > keys to scroll preview list left and right in tree mode. by nicm · 7 years ago
  90. feb044b Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  91. bedf8bd Handle 0 size of preview box in caller. by nicm · 7 years ago
  92. 6cb4a3b Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  93. 4039802 Change session and window preview so that the current window or pane is by nicm · 7 years ago
  94. 5e98770 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  95. 6ee0afb Change previous to not wait for both process exit and pty close - by nicm · 7 years ago
  96. 4e01036 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  97. 28687f2 Do not close panes until process has exited and any outstanding data by nicm · 7 years ago
  98. 42285ac Try C.UTF-8 which is also a commonly useful locale on some platforms, by nicm · 7 years ago
  99. 6fba9a3 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  100. fa677fc Don't write over right border. by nicm · 7 years ago