summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2017-11-17Allow formats in selectp -T, from Thomas Adam.Nicholas Marriott
2017-11-16Add -and-cancel variants for scrolling commands to exit copy mode whenNicholas Marriott
2017-11-15Add a common function for spreading out cells and use it for the twoNicholas Marriott
2017-11-15Completely rewrite the reflow code to correctly handle double widthNicholas Marriott
2017-11-15If there is a double width character at the very end of the line withNicholas Marriott
2017-11-13When searching in copy mode, do not scroll if the result is already onNicholas Marriott
2017-11-09If we successfully change the directory, set PWD too to give the shell aNicholas Marriott
2017-11-03Clear key properly if on space with nothing in it.Nicholas Marriott
2017-11-03Support mouse on preview in tree mode.Nicholas Marriott
2017-11-03Change mouse in modes so that one click moves the cursor and a doubleNicholas Marriott
2017-11-02Make the mode draw function use the parent screen directly rather thanNicholas Marriott
2017-11-02Add a "fast" version of screen_write_copy for tree mode that doesn't doNicholas Marriott
2017-11-02Format for group list of "other sessions" is a bit weird, just list allNicholas Marriott
2017-11-02Tweak previous slightly so that current session is chosen if it is inNicholas Marriott
2017-11-02Only show the first member of session groups in tree mode (-G flagNicholas Marriott
2017-11-02There is no point in reflowing panes which have not changed width.Nicholas Marriott
2017-10-26Fix crash exiting command prompt (from Alex Maese in GitHub issue 1139)Nicholas Marriott
2017-10-25Note that notifications are also hooks.Nicholas Marriott
2017-10-25Default allow-rename to off because it is ridiculous that applicationsNicholas Marriott
2017-10-25h/l keys for expand and collapse.Nicholas Marriott
2017-10-25Add P key to paste tagged in buffer mode, and trim some code that shouldNicholas Marriott
2017-10-22Use window_pane_index() when drawing pane numbers (so pane-base-index isNicholas Marriott
2017-10-20Clear status line with spaces again so reverse works, spotted by sthen.Nicholas Marriott
2017-10-16Infrastructure for drawing status lines of more than one line in height,Nicholas Marriott
2017-10-12Show exit status and time in the remain-on-exit pane text, mostly fromNicholas Marriott
2017-10-11Box around label in preview.Nicholas Marriott
2017-10-11Clear to end of line properly with UTF-8 present.Nicholas Marriott
2017-10-11Add C-n and C-p keys for tree mode, and choose the right initial lineNicholas Marriott
2017-10-09kind should be S-Down not S-Up.Nicholas Marriott
2017-10-08Fix description of history_size, from Campbell Barton.Nicholas Marriott
2017-10-06Support %else in config files to match %if, from Brad Town in GitHubNicholas Marriott
2017-10-05Add -- to some key bindings so leading -s work.Nicholas Marriott
2017-10-05Add support for the xterm(1) title stack, from Brad Town, GitHub issueNicholas Marriott
2017-10-05When writing batches of characters to the screen, we need to clearNicholas Marriott
2017-09-22Initialize alerts timer event where it is used, avoids crash with new windows.Nicholas Marriott
2017-09-13Remove unused (always 1) arguments from some functions, from DanielNicholas Marriott
2017-09-11Check event is initialized before delete; fixes crash reported byNicholas Marriott
2017-09-11Mention that filter is a format.Nicholas Marriott
2017-09-11Do not free more lines than are available in the history.Nicholas Marriott
2017-09-10Previously, extended cell data was never reduced in size even when theNicholas Marriott
2017-09-10Apply timeout to CAN and RS which also wait for ST.Nicholas Marriott
2017-09-08Fix a few errors in how the selected line is chosen after resize,Nicholas Marriott
2017-09-08When removing a key table clear it out of clients, fixes issue withNicholas Marriott
2017-09-07Do not fail if unset an option that is already unset, reported by ThomasNicholas Marriott
2017-09-06Do not attempt to use TIOCSWINSZ on a -1 file descriptor (possible ifNicholas Marriott
2017-09-04Move to current mouse position not last when clcking in copy mode; fixesNicholas Marriott
2017-09-02Add selectp -T to set pane title.Nicholas Marriott
2017-08-30Instead of overloading the line clear function to mean free ifNicholas Marriott
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported byNicholas Marriott
2017-08-29Redraw rectangle selections properly when cursor at end, GitHub issue 992.Nicholas Marriott