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