summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2019-10-07Fix respawn-pane/window if default-command is set, reported by Janos Barbero.Nicholas Marriott
2019-10-03Use a malloc'd buffer for lsk since commands can be very long, from Gregory P...Nicholas Marriott
2019-10-03Do not lazily use BUFSIZ for "I don't care what size" when buildingNicholas Marriott
2019-09-25Style and line length nits.Nicholas Marriott
2019-09-24Some minor performance improvements - most notably, don't search theNicholas Marriott
2019-09-24Couple of bits of minor cleanup.Nicholas Marriott
2019-09-24Mouse formats don't work in copy mode so don't try to use them.Nicholas Marriott
2019-09-24Make select-pane -P set window-active-style also to match previousNicholas Marriott
2019-09-23Use the correct size for new windows when window-size is latest,Nicholas Marriott
2019-09-19Add a "latest" window-size option which tries to size windows based onNicholas Marriott
2019-09-19Do not use bright when emulating 256 colours on an 8 colour terminalNicholas Marriott
2019-09-18Up and Down are already used, use < and > instead.Nicholas Marriott
2019-09-18Do not set uninitialized signal mask when creating an empty pane.Nicholas Marriott
2019-09-16Change menu key bindings to Up and Down and also close it on any mouseNicholas Marriott
2019-09-15Add push-default and pop-default in styles to change the default coloursNicholas Marriott
2019-09-11Add window_marked_flag, GitHub issue 1887.Nicholas Marriott
2019-09-10Make client exit if pane where input is going is closed.Nicholas Marriott
2019-09-10Set up format tree for %if, GitHub issue 1896.Nicholas Marriott
2019-09-09Clarify server options slightly.Nicholas Marriott
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.Nicholas Marriott
2019-09-09Put default keys in alphabetical order, from Barry Rountree.Nicholas Marriott
2019-09-09Use a zero width space to prevent mandoc warning about trailingNicholas Marriott
2019-08-29It is not longer necessary to double-escape ; in %%%, problem reportedNicholas Marriott
2019-08-28The resize event was never deciding to actually resize the pane if thereNicholas Marriott
2019-08-26Fix swap-window -d to work as intended, GitHub issue 1879 from Sam Stuewe.Nicholas Marriott
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-08-16grid_view_delete_cells does need to clear, GitHub issue 1871.Nicholas Marriott
2019-08-14Default to previous search string for search-forward andNicholas Marriott
2019-08-14Revert a change I did not mean to commit yet.Nicholas Marriott
2019-08-14Add -Z flag to rotate-window, select-pane, swap-pane, switch-client toNicholas Marriott
2019-08-05Add support for the SD (scroll down) escape sequence, GitHub issue 1861.Nicholas Marriott
2019-08-01Correctly wrap search in copy mode even if at the very top left, GitHubNicholas Marriott
2019-08-01Select the correct word for select-word when already at the start of aNicholas Marriott
2019-08-01xterm 348 now disables margins when resized, so send DECLRMM again.Nicholas Marriott
2019-08-01Add -N to capture-pane to preserve trailing spaces, from Leon Winter.Nicholas Marriott
2019-08-01Remove check for same size - size has already been changed so thisNicholas Marriott
2019-07-30Reorder some text in the windows & panes section and add some betterNicholas Marriott
2019-07-26Change "lost server" message to "server exited unexpectedly", from NealNicholas Marriott
2019-07-24Mark pane status line jobs with FORMAT_STATUS also so it redraws whenNicholas Marriott
2019-07-19Add a few vi(1) key aliases, from D Ben Knoble.Nicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-17Use the right client for if -b.Nicholas Marriott
2019-07-17Clear overlay on normal key press.Nicholas Marriott
2019-07-16Fix check for wrapping when redrawing entire lines, GitHub issue 1836.Nicholas Marriott
2019-07-16Fix grid clear code to correctly clear with the default backgroundNicholas Marriott
2019-07-15Simplify code to work out if an extra line is needed in the cell.Nicholas Marriott
2019-07-15Make layout_fix_offsets take a window like layout_fix_panes.Nicholas Marriott
2019-07-10The command item changes so can't keep getting the target out of it, need to useNicholas Marriott
2019-07-10Add -F to refresh-client to specify flags for control clients - one flagNicholas Marriott
2019-07-09Add a -H flag to send-keys to send literal keys given as hex numbersNicholas Marriott