summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/window-copy.c
AgeCommit message (Expand)Author
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
2019-05-03Do not store the mouse position we calculate as the start of a drag backNicholas Marriott
2019-05-01Remove unused variable from Thomas Adam.Nicholas Marriott
2019-04-29Add support for keys to jump between matching brackets - C-M-f and C-M-bNicholas Marriott
2019-04-25Automatically scroll if dragging to create a selection with the mouseNicholas Marriott
2019-04-23Add -no-clear variants of copy-selection and copy-pipe which do notNicholas Marriott
2019-04-02Add an argument to copy commands to set the prefix for the buffer name,Nicholas Marriott
2019-03-27Fix stop-selection, from Avi Halachmi.Nicholas Marriott
2019-03-26Break copy mode commands into individual functions instead of a big loadNicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2019-03-12Allow multiple modes to be open in a pane. A stack of open modes is keptNicholas Marriott
2019-03-08Make the mode used to view command output (a variant of copy mode) useNicholas Marriott
2019-03-08Do not use window mode entry after free.Nicholas Marriott
2019-03-07Add a separate mode struct for the active window mode if any.Nicholas Marriott
2019-03-07Tidy changing the mode into window_copy_init_for_output.Nicholas Marriott
2019-03-07Make adding mode formats a function pointer as well.Nicholas Marriott
2018-12-18Pass window into mode functions.Nicholas Marriott
2018-11-28Handle UTF-8 in word-separators option, GitHub issue 1551.Nicholas Marriott
2018-11-08It isn't possible to specify buffer name to copy mode commands now, soNicholas Marriott
2018-10-03Do not move the cursor when the mouse wheel is used, GitHub issue 1493.Nicholas Marriott
2018-09-25Allow panes to be 1 line or column by redrawing instead of using theNicholas Marriott
2018-09-10Do not clear selection when searching.Nicholas Marriott
2018-09-03Allow a large line number to go to the end with goto-line, from MarkNicholas Marriott
2018-09-03Fix selection test, from Takeshi Banse.Nicholas Marriott
2018-08-29Reset line flag when clearing selection, GitHub issue 1454.Nicholas Marriott
2018-08-23Move job struct into job.c.Nicholas Marriott
2018-08-20Fix problems with page scrolling in copy mode, GitHub issue 1440 fromNicholas Marriott