summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window-copy.c
AgeCommit message (Expand)Author
2020-04-10Now that copy mode copies the pane content rather than keeping aNicholas Marriott
2020-04-09Fix history-bottom to use the right line when working out the length.Nicholas Marriott
2020-04-09Some minor style nits.Nicholas Marriott
2020-04-09Some unnecessary assignments and unused variables.Nicholas Marriott
2020-04-06Change copy mode to make copy of the pane history so it does not need toNicholas Marriott
2020-04-03Check previous line rather than an extra line, from Anindya Mukherjee.Nicholas Marriott
2020-04-02Only search the visible part of the history when marking (highlighting)Nicholas Marriott
2020-04-01Add a 10 second timeout to prevent searches taking too much time, fromNicholas Marriott
2020-04-01Do not go down the regex search path (which is expensive because we needNicholas Marriott
2020-04-01Use a comparison to check for wrap and avoid an expensive modulus.Nicholas Marriott
2020-04-01Performance improvements for regex searching, most notably:Nicholas Marriott
2020-03-31Add non-regex search variants to avoid the performance cost for peopleNicholas Marriott
2020-03-21Set end position correctly, GitHub issue 2129 from Anindya Mukherjee.Nicholas Marriott
2020-03-20Fix select-word when not on a word, from Anindya Mukherjee.Nicholas Marriott
2020-03-20Make the mouse_word and mouse_line formats work in copy mode and enableNicholas Marriott
2020-03-20select_word_end needs to forward no_reset flag or select-word selectsNicholas Marriott
2020-03-20Another fix to make other-end forget the selection mode, from Anindya Mukherjee.Nicholas Marriott
2020-03-19Add a flag to run a background process in a pty as well, not used forNicholas Marriott
2020-03-19Various fixes to copying with select-word and select-line, includingNicholas Marriott
2020-03-16Adjust selection correctly when scrolling, from Anindya Mukherjee.Nicholas Marriott
2020-03-15Reset selection flag when clearing or stopping selection, from MarkNicholas Marriott
2020-03-12Add a copy-mode -H flag to hide the position marker in the top right.Nicholas Marriott
2020-03-11Start a new selection if outside the existing selection after a word hasNicholas Marriott
2020-02-24Change mouse selection so that after selecting a word, dragging selectsNicholas Marriott
2020-02-20Add selection_active format for when the selection is present but notNicholas Marriott
2020-02-13Do not jump to next word end if already on a word end when selecting aNicholas Marriott
2019-12-27Support regex search in copy mode, from Anindya Mukherjee in GitHubNicholas Marriott
2019-12-11Tweak previous to check the wrapped flag and stop if not set.Nicholas Marriott
2019-12-11Allow search across wrapped lines and fix some inconsistencies in how thNicholas Marriott
2019-11-25Don't use motion flag uninitialized.Nicholas Marriott
2019-11-25Fix a warning in previous.Nicholas Marriott
2019-11-25Do not clear search marks on cursor movement with vi(1) keys, from EricNicholas Marriott
2019-11-07Add -F flag to send-keys to expand formats in search-backward andNicholas Marriott
2019-10-23Use the existing code in format.c to add foramts for word and line atNicholas Marriott
2019-10-19Add formats for cursor and selection position in copy mode, from Jason Felice.Nicholas Marriott
2019-09-10Set up format tree for %if, GitHub issue 1896.Nicholas Marriott
2019-09-09Add cursor-down-and-cancel, from Mark Kelly.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-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-07-08Clear search marks before resize, GitHub issue 1823.Nicholas Marriott
2019-07-05Do not use uninitialized buffer name.Nicholas Marriott
2019-06-13Set the cursor x at the same time as changing the y or the end of lineNicholas Marriott
2019-06-05Need to increment the argument to skip the prefix earlier, fixesNicholas Marriott
2019-05-26Add formats for word and line under the mouse and use them to add someNicholas Marriott
2019-05-15Fix dragging when in view mode rather than copy mode, GitHub issue 1740Nicholas Marriott
2019-05-12Fix some indentation and dead assignments.Nicholas Marriott
2019-05-07Adjust the same bit to adjust the selection for history-top andNicholas Marriott