1. eb1f362 Do not need /dev/null. by Nicholas Marriott · 8 years ago
  2. 5386e65 Add some tests. by Nicholas Marriott · 8 years ago
  3. d149752 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  4. 91d202d Tidy command prompt callbacks and pass in the client. by nicm · 8 years ago
  5. 3888bf9 Need to check libutil for fparseln. by Nicholas Marriott · 8 years ago
  6. 3df4e78 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  7. b74b6dc Missed during merge. by Nicholas Marriott · 8 years ago
  8. 31625c2 Line length and spaces to tabs. by nicm · 8 years ago
  9. dcdaf5c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  10. 3618177 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  11. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 8 years ago
  12. b160de5 Notify layout changed when choosing predefined layouts, from Joshua Brot. by nicm · 8 years ago
  13. 7edaedf Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  14. cb5fcb3 The Konsole SU bug means it can't clear the entire scroll region (it by nicm · 8 years ago
  15. 58f8421 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  16. 7a4c66b Scroll the right number of lines off the region when clearing. by nicm · 8 years ago
  17. d58c379 Some other unused variables. by nicm · 8 years ago
  18. ea190d8 Merge branch '2.5-rc' by Nicholas Marriott · 8 years ago
  19. 0f26739 2.5-rc2. by Nicholas Marriott · 8 years ago
  20. ae2c5ad Reset updated flag when restarting job so new output is detected, reported by by Nicholas Marriott · 8 years ago
  21. 9f9f8c8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  22. 50f1f1d Compare >= for columns not >. by nicm · 8 years ago
  23. 0264ef0 Can scroll away full lines to clear them too. by nicm · 8 years ago
  24. f688653 Remove an unused variable. by nicm · 8 years ago
  25. 886d896 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  26. 8331000 Merge branch '2.5-rc' by Nicholas Marriott · 8 years ago
  27. 0cd7472 When expanding a line in order to clear it, we need to use the default by nicm · 8 years ago
  28. 2bff5e7 ECH needs to use background colour. by Nicholas Marriott · 8 years ago
  29. 90f2a41 Need to clear tty context before using it. by nicm · 8 years ago
  30. 7c07f5f Cannot rely on cursor position after DL and IL (some terminals move to by nicm · 8 years ago
  31. 20e3059 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  32. e2a18e2 Need to store bg for ECH. by nicm · 8 years ago
  33. da724fe Cannot rely on cursor position after DL and IL (some terminals move to by nicm · 8 years ago
  34. ffd8beb Need to clear tty context before using it. by nicm · 8 years ago
  35. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
  36. 7f813dc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  37. 18bab30 Scrolling needs to use background colour. by nicm · 8 years ago
  38. 60f7b05 Regions can't be smaller than 2 so don't try to clear them by scrolling if so. by nicm · 8 years ago
  39. 7f626c8 Can use INDN to clear regions with default background colour if margins by nicm · 8 years ago
  40. 886d50d ECH needs to use background colour. by nicm · 8 years ago
  41. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  42. 1cdc456 Merge branch '2.5-rc' by Nicholas Marriott · 8 years ago
  43. 69df38f Clear to start of screen needs to use background colour. by nicm · 8 years ago
  44. 5e30b81 Need to redraw out to cellsize (total cells used in a line) rather than by nicm · 8 years ago
  45. 99582be Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. c0d3f20 Clear to start of screen needs to use background colour. by nicm · 8 years ago
  47. 989cdca Need to redraw out to cellsize (total cells used in a line) rather than by nicm · 8 years ago
  48. def8f85 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  49. 349cdd6 Make environ_log prefix take a format. by nicm · 8 years ago
  50. c54a5b3 Change how we resolve which pane is dragging when there are multiple by nicm · 8 years ago
  51. 6d961d6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. 247ec2a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  53. 8ab2753 Move to the right cursor position before using spaces to clear. by nicm · 8 years ago
  54. 2dc9bfd Prevent control clients from affecting the session size until they have by nicm · 8 years ago
  55. 9dc6946 We can use ECH to clear sections of lines, so use it for internal panes by nicm · 8 years ago
  56. 0868512 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  57. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 8 years ago
  58. f8b3f16 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  59. 0e3c5eb Insert copy mode bindings at the right place in the command queue. by nicm · 8 years ago
  60. daef51e Typo. by Nicholas Marriott · 8 years ago
  61. e82c426 Back to master. by Nicholas Marriott · 8 years ago
  62. 3a47dec Fix test. by Nicholas Marriott · 8 years ago
  63. 7b17618 2.5-rc and changes. by Nicholas Marriott · 8 years ago
  64. 71bc255 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  65. 8f990c5 Update TODO. by Nicholas Marriott · 8 years ago
  66. 3f1d610 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  67. 3712b41 If the target pane for send-keys in in a mode with a key table (that is, by nicm · 8 years ago
  68. 4bcb64f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  70. 3b35daa If the current screen was complex enough, it was possible to make redraw by nicm · 8 years ago
  71. 18f3690 Set current pane in rotate-window. by nicm · 8 years ago
  72. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  73. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 8 years ago
  74. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  75. f322194 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  76. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
  77. 97ecb4f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  78. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  79. e354b0e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  80. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago
  81. 4b39120 .NOTPARALLEL. by Nicholas Marriott · 8 years ago
  82. 76950a6 Add regress/Makefile. by Nicholas Marriott · 8 years ago
  83. 909d962 Make example match reality; Greg Hurrell. by Nicholas Marriott · 8 years ago
  84. dde53cf Add to TODO. by Nicholas Marriott · 8 years ago
  85. 0adb60b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  86. a2dd7da Fix UTF-8 combining characters in column 0, based on a diff from Keith Winstein. by nicm · 8 years ago
  87. 3a8e56b Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  88. 36202a6 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  89. abad809 Test that kill-session closes the panes (processes end up dead). by Nicholas Marriott · 8 years ago
  90. 0f2f783 Log what is happening with window and session reference counts much more by nicm · 8 years ago
  91. bcd6b41 Remove a reference from the right window when removing from a winlink's list. by nicm · 8 years ago
  92. 92053cb Do not put the window on the alerts queue and add a reference unless the by nicm · 8 years ago
  93. 14cb489 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  94. 54e2205 Konsole incorrectly ignores SU (CSI S) if the parameter is bigger than by nicm · 8 years ago
  95. 99b0f48 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  96. c12711a Default for xterm-keys was wrong, stop documenting it. by nicm · 8 years ago
  97. e4b4125 source-file too. by Nicholas Marriott · 8 years ago
  98. 6b2d850 Tests for some new session and new window bits. by Nicholas Marriott · 8 years ago
  99. 0daeefe Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  100. d520dae Make full width panes try to play more nicely with terminal copy and by nicm · 8 years ago