1. 5ee6dc2 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  2. 8a214b2 Function to count clients. by nicm · 7 years ago
  3. 5bc5fe5 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  4. a2ace9d Add ||, && format operators and C: to search pane content. by nicm · 7 years ago
  5. d3959a2 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  6. 1257501 Add m: for fnmatch(3) format matching. by nicm · 7 years ago
  7. bfd7209 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  8. 1883d29 Do not factor in screen_hsize() for the visible copy mode screen when by nicm · 7 years ago
  9. 1525344 Tweak text to mention initial size, from John Hood. by nicm · 7 years ago
  10. b017dc7 Update release text. by Nicholas Marriott · 7 years ago
  11. b5a6458 Merge branch '2.5-rc' by Nicholas Marriott · 7 years ago
  12. caa9073 2.5. by Nicholas Marriott · 7 years ago 2.5
  13. de45957 Add to CHANGES. by Nicholas Marriott · 7 years ago
  14. f4a4273 Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  15. d515862 Support OSC 10 and 11 to set foreground and background colours, from by nicm · 7 years ago
  16. bf5a196 Changes in master. by Nicholas Marriott · 7 years ago
  17. 5d7dfef Merge branch 'obsd-master' by Thomas Adam · 7 years ago
  18. dbc8cae Change so that sessions created detached (-d or no client) are always by nicm · 7 years ago
  19. 1e1e0f1 Add test for -x and -y too. by Nicholas Marriott · 7 years ago
  20. 385bf08 Also recalculate session sizes when refreh-client -C is used. GitHub issue 947. by nicm · 7 years ago
  21. eb1f362 Do not need /dev/null. by Nicholas Marriott · 7 years ago
  22. 5386e65 Add some tests. by Nicholas Marriott · 7 years ago
  23. d149752 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  24. 91d202d Tidy command prompt callbacks and pass in the client. by nicm · 8 years ago
  25. 3888bf9 Need to check libutil for fparseln. by Nicholas Marriott · 8 years ago
  26. 3df4e78 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  27. b74b6dc Missed during merge. by Nicholas Marriott · 8 years ago
  28. 31625c2 Line length and spaces to tabs. by nicm · 8 years ago
  29. dcdaf5c Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  30. 3618177 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  31. 1ba7f1d Check the terminfo(5) U8 capability and disable using UTF-8 for ACS if by nicm · 8 years ago
  32. b160de5 Notify layout changed when choosing predefined layouts, from Joshua Brot. by nicm · 8 years ago
  33. 7edaedf Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  34. cb5fcb3 The Konsole SU bug means it can't clear the entire scroll region (it by nicm · 8 years ago
  35. 58f8421 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  36. 7a4c66b Scroll the right number of lines off the region when clearing. by nicm · 8 years ago
  37. d58c379 Some other unused variables. by nicm · 8 years ago
  38. ea190d8 Merge branch '2.5-rc' by Nicholas Marriott · 8 years ago
  39. 0f26739 2.5-rc2. by Nicholas Marriott · 8 years ago
  40. ae2c5ad Reset updated flag when restarting job so new output is detected, reported by by Nicholas Marriott · 8 years ago
  41. 9f9f8c8 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  42. 50f1f1d Compare >= for columns not >. by nicm · 8 years ago
  43. 0264ef0 Can scroll away full lines to clear them too. by nicm · 8 years ago
  44. f688653 Remove an unused variable. by nicm · 8 years ago
  45. 886d896 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  46. 8331000 Merge branch '2.5-rc' by Nicholas Marriott · 8 years ago
  47. 0cd7472 When expanding a line in order to clear it, we need to use the default by nicm · 8 years ago
  48. 2bff5e7 ECH needs to use background colour. by Nicholas Marriott · 8 years ago
  49. 90f2a41 Need to clear tty context before using it. by nicm · 8 years ago
  50. 7c07f5f Cannot rely on cursor position after DL and IL (some terminals move to by nicm · 8 years ago
  51. 20e3059 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  52. e2a18e2 Need to store bg for ECH. by nicm · 8 years ago
  53. da724fe Cannot rely on cursor position after DL and IL (some terminals move to by nicm · 8 years ago
  54. ffd8beb Need to clear tty context before using it. by nicm · 8 years ago
  55. 5d3cf2f Only redraw single client, and tweak some logging. by nicm · 8 years ago
  56. 7f813dc Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  57. 18bab30 Scrolling needs to use background colour. by nicm · 8 years ago
  58. 60f7b05 Regions can't be smaller than 2 so don't try to clear them by scrolling if so. by nicm · 8 years ago
  59. 7f626c8 Can use INDN to clear regions with default background colour if margins by nicm · 8 years ago
  60. 886d50d ECH needs to use background colour. by nicm · 8 years ago
  61. 7d3e2c8 Store copy mode search string in pane so search-again command works even by nicm · 8 years ago
  62. 1cdc456 Merge branch '2.5-rc' by Nicholas Marriott · 8 years ago
  63. 69df38f Clear to start of screen needs to use background colour. by nicm · 8 years ago
  64. 5e30b81 Need to redraw out to cellsize (total cells used in a line) rather than by nicm · 8 years ago
  65. 99582be Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  66. c0d3f20 Clear to start of screen needs to use background colour. by nicm · 8 years ago
  67. 989cdca Need to redraw out to cellsize (total cells used in a line) rather than by nicm · 8 years ago
  68. def8f85 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  69. 349cdd6 Make environ_log prefix take a format. by nicm · 8 years ago
  70. c54a5b3 Change how we resolve which pane is dragging when there are multiple by nicm · 8 years ago
  71. 6d961d6 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  72. 247ec2a Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  73. 8ab2753 Move to the right cursor position before using spaces to clear. by nicm · 8 years ago
  74. 2dc9bfd Prevent control clients from affecting the session size until they have by nicm · 8 years ago
  75. 9dc6946 We can use ECH to clear sections of lines, so use it for internal panes by nicm · 8 years ago
  76. 0868512 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  77. b519551 Expand formats in option names and add -F flag to do so in option values as well. by nicm · 8 years ago
  78. f8b3f16 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  79. 0e3c5eb Insert copy mode bindings at the right place in the command queue. by nicm · 8 years ago
  80. daef51e Typo. by Nicholas Marriott · 8 years ago
  81. e82c426 Back to master. by Nicholas Marriott · 8 years ago
  82. 3a47dec Fix test. by Nicholas Marriott · 8 years ago
  83. 7b17618 2.5-rc and changes. by Nicholas Marriott · 8 years ago
  84. 71bc255 Merge branch 'master' of github.com:tmux/tmux by Nicholas Marriott · 8 years ago
  85. 8f990c5 Update TODO. by Nicholas Marriott · 8 years ago
  86. 3f1d610 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  87. 3712b41 If the target pane for send-keys in in a mode with a key table (that is, by nicm · 8 years ago
  88. 4bcb64f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  89. a651b08 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  90. 3b35daa If the current screen was complex enough, it was possible to make redraw by nicm · 8 years ago
  91. 18f3690 Set current pane in rotate-window. by nicm · 8 years ago
  92. 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
  93. d52f579 Up to now, tmux sees \033\033[OA as M-Up and since we turned on by nicm · 8 years ago
  94. 2fef10b Add some formats to look at the session window stack, suggested by Scott by nicm · 8 years ago
  95. f322194 Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  96. d98d316 Some new notifications, mainly for active pane and current window and session: by nicm · 8 years ago
  97. 97ecb4f Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  98. ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
  99. e354b0e Merge branch 'obsd-master' by Thomas Adam · 8 years ago
  100. 0ccfb61 In order that people can use formats like #D in #() in the status line by nicm · 8 years ago