- b65eab5 Check previous line rather than an extra line, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
- a20d960 Only search the visible part of the history when marking (highlighting) by nicm · 4 years, 8 months ago
- 567b27e Add a 10 second timeout to prevent searches taking too much time, from by nicm · 4 years, 8 months ago
- cd30633 Do not go down the regex search path (which is expensive because we need by nicm · 4 years, 8 months ago
- c129ed3 Use a comparison to check for wrap and avoid an expensive modulus. by nicm · 4 years, 8 months ago
- 89d2a20 Performance improvements for regex searching, most notably: by nicm · 4 years, 8 months ago
- b66d62d Do not go down the regex search path (which is expensive because we need by nicm · 4 years, 8 months ago
- 46092f2 Use a comparison to check for wrap and avoid an expensive modulus. by nicm · 4 years, 8 months ago
- 46ed81f Performance improvements for regex searching, most notably: by nicm · 4 years, 8 months ago
- 2624edd Add non-regex search variants to avoid the performance cost for people by nicm · 4 years, 8 months ago
- af6ae35 Set end position correctly, GitHub issue 2129 from Anindya Mukherjee. by nicm · 4 years, 8 months ago
- 9a55f65 Fix select-word when not on a word, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
- 06c3079 Make the mouse_word and mouse_line formats work in copy mode and enable by nicm · 4 years, 8 months ago
- a3ff5a9 select_word_end needs to forward no_reset flag or select-word selects too much. by nicm · 4 years, 8 months ago
- c3e96cc Another fix to make other-end forget the selection mode, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
- e8273a9 Add a flag to run a background process in a pty as well, not used for by nicm · 4 years, 8 months ago
- 2cd8ea7 Various fixes to copying with select-word and select-line, including by nicm · 4 years, 8 months ago
- 7021757 Adjust selection correctly when scrolling, from Anindya Mukherjee. by nicm · 4 years, 8 months ago
- 882d0b7 Reset selection flag when clearing or stopping selection, from Mark Kelly. by nicm · 4 years, 8 months ago
- 7863445 Add a copy-mode -H flag to hide the position marker in the top right. by nicm · 4 years, 9 months ago
- 4eba983 Start a new selection if outside the existing selection after a word has by nicm · 4 years, 9 months ago
- f65b9c0 Change mouse selection so that after selecting a word, dragging selects by nicm · 4 years, 9 months ago
- 229be03 Add selection_active format for when the selection is present but not by nicm · 4 years, 9 months ago
- f48b041 Do not jump to next word end if already on a word end when selecting a by nicm · 4 years, 10 months ago
- 4ea0771 Support regex search in copy mode, from Anindya Mukherjee in GitHub issue 2038. by nicm · 4 years, 11 months ago
- 64fb7e4 Tweak previous to check the wrapped flag and stop if not set. by nicm · 4 years, 12 months ago
- ab630f7 Allow search across wrapped lines and fix some inconsistencies in how th by nicm · 4 years, 12 months ago
- 58f870e Don't use motion flag uninitialized. by nicm · 4 years, 12 months ago
- 87a11a9 Fix a warning in previous. by nicm · 4 years, 12 months ago
- c2fde58 Do not clear search marks on cursor movement with vi(1) keys, from Eric by nicm · 4 years, 12 months ago
- c225262 Add -F flag to send-keys to expand formats in search-backward and by nicm · 5 years ago
- f7fb5df Use the existing code in format.c to add foramts for word and line at by nicm · 5 years ago
- 56e5067 Add formats for cursor and selection position in copy mode, from Jason Felice. by nicm · 5 years ago
- 4b7e97b Set up format tree for %if, GitHub issue 1896. by nicm · 5 years ago
- b31515f Add cursor-down-and-cancel, from Mark Kelly. by nicm · 5 years ago
- 21fae50 Default to previous search string for search-forward and by nicm · 5 years ago
- c474462 Correctly wrap search in copy mode even if at the very top left, GitHub by nicm · 5 years ago
- 3d660b0 Select the correct word for select-word when already at the start of a by nicm · 5 years ago
- a4be028 Clear search marks before resize, GitHub issue 1823. by nicm · 5 years ago
- 55c694a Do not use uninitialized buffer name. by nicm · 5 years ago
- 26b9a8e Set the cursor x at the same time as changing the y or the end of line by nicm · 5 years ago
- 09e90c1 Need to increment the argument to skip the prefix earlier, fixes by nicm · 5 years ago
- e90d4a6 Add formats for word and line under the mouse and use them to add some by nicm · 6 years ago
- cf4566b Fix dragging when in view mode rather than copy mode, GitHub issue 1740 by nicm · 6 years ago
- 00f19b7 Fix some indentation and dead assignments. by nicm · 6 years ago
- d53d3bc Adjust the same bit to adjust the selection for history-top and by nicm · 6 years ago
- 4097257 Do not store the mouse position we calculate as the start of a drag back by nicm · 6 years ago
- c176361 Remove unused variable from Thomas Adam. by nicm · 6 years ago
- ec81bd2 Add support for keys to jump between matching brackets - C-M-f and C-M-b by nicm · 6 years ago
- 567d3e2 Automatically scroll if dragging to create a selection with the mouse by nicm · 6 years ago
- 564e44a Add -no-clear variants of copy-selection and copy-pipe which do not by nicm · 6 years ago
- 7bcc0d1 Add an argument to copy commands to set the prefix for the buffer name, by nicm · 6 years ago
- c1f0918 Fix stop-selection, from Avi Halachmi. by nicm · 6 years ago
- 9f8d193 Break copy mode commands into individual functions instead of a big load by nicm · 6 years ago
- 938156d DECRC and DECSC apparently need to preserve origin mode as well, based by nicm · 6 years ago
- 3f6bfba Allow multiple modes to be open in a pane. A stack of open modes is kept by nicm · 6 years ago
- de730f6 Make the mode used to view command output (a variant of copy mode) use by nicm · 6 years ago
- 9cc04a0 Do not use window mode entry after free. by nicm · 6 years ago
- f98c66e Add a separate mode struct for the active window mode if any. by nicm · 6 years ago
- 3c24bc5 Tidy changing the mode into window_copy_init_for_output. by nicm · 6 years ago
- 7f093fc Make adding mode formats a function pointer as well. by nicm · 6 years ago
- bde0224 Pass window into mode functions. by nicm · 6 years ago
- 40d246b Handle UTF-8 in word-separators option, GitHub issue 1551. by nicm · 6 years ago
- 09aee53 It isn't possible to specify buffer name to copy mode commands now, so by nicm · 6 years ago
- f7c85f3 Do not move the cursor when the mouse wheel is used, GitHub issue 1493. by nicm · 6 years ago
- 7d59f82 Allow panes to be 1 line or column by redrawing instead of using the by nicm · 6 years ago
- 1b92afa Do not clear selection when searching. by nicm · 6 years ago
- 8f9491d Allow a large line number to go to the end with goto-line, from Mark by nicm · 6 years ago
- 9bab73f Fix selection test, from Takeshi Banse. by nicm · 6 years ago
- 95e3e36 Reset line flag when clearing selection, GitHub issue 1454. by nicm · 6 years ago
- bceccc6 Move job struct into job.c. by nicm · 6 years ago
- 9f2db6a Fix problems with page scrolling in copy mode, GitHub issue 1440 from Amos Bird. by nicm · 6 years ago
- f5d7a80 calloc the mode data instead of malloc and initialize everything. by nicm · 6 years ago
- fe7486d Initialize new lineflag member. by nicm · 6 years ago
- 82776c4 Move struct screen_sel into screen.c and tidy up members that are only by nicm · 6 years ago
- 28a5bc8 Add a rectangle_toggle format, from Hirokazu Hata. by nicm · 6 years ago
- 2fae6a5 Add accessors for grid linedata member, for some future work. From Dan Aloni. by nicm · 6 years ago
- 8fb6666 Do not take address of a member of a NULL pointer. GitHub issue 1382 by nicm · 6 years ago
- 4bf6f27 Check whether cursor is at start or end when copying rectangular by nicm · 7 years ago
- 19f3a5c Add a missing client-detached hook when the server shuts down, and do by nicm · 7 years ago
- e5ae9dd Add -and-cancel variants for scrolling commands to exit copy mode when by nicm · 7 years ago
- d81fa57 When searching in copy mode, do not scroll if the result is already on by nicm · 7 years ago
- c86d83f Remove unused (always 1) arguments from some functions, from Daniel by nicm · 7 years ago
- eadd79a Move to current mouse position not last when clcking in copy mode; fixes by nicm · 7 years ago
- a7d1ee5 Redraw rectangle selections properly when cursor at end, GitHub issue 992. by nicm · 7 years ago
- 1d60dd5 Fix searching when match is at end of line, from Brad Town. by nicm · 7 years ago
- 6f9b965 Add selection_present format so commands in copy mode can use it, GitHub by nicm · 7 years ago
- 74b2dea Add a hook when the clipboard is set. by nicm · 7 years ago
- 3442066 Make set-clipboard a three-state option so tmux itself can ignore the by nicm · 7 years ago
- aad4e4d Rewrite of choose mode, both to simplify and tidy the code and to add by nicm · 7 years ago
- 1883d29 Do not factor in screen_hsize() for the visible copy mode screen when by nicm · 7 years ago
- 18bab30 Scrolling 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
- 5fee463 Add a format for the name of the pane's mode, lets it be used as a by nicm · 8 years ago
- ca6a121 Add a format for the last search string in copy mode and fix the prompt by nicm · 8 years ago
- 0b44ad9 If a #() command doesn't exit, use its most recent line of output (it by nicm · 8 years ago
- 591b26e Show count of search results in copy mode. by nicm · 8 years ago
- cdaa758 Fix movement after select-line, from Omar Sandoval. by nicm · 8 years ago
- e8f2609 Skip over padding cells when moving the cursor left or right. by nicm · 8 years ago
- 6b2009a Add a helper function for the most common format_create/defaults/expand pattern. by nicm · 8 years ago