| Commit message (Expand) | Author | Age |
* | Support regex search in copy mode, from Anindya Mukherjee in GitHub | nicm | 2019-12-27 |
* | Tweak previous to check the wrapped flag and stop if not set. | nicm | 2019-12-11 |
* | Allow search across wrapped lines and fix some inconsistencies in how th | nicm | 2019-12-11 |
* | Don't use motion flag uninitialized. | nicm | 2019-11-25 |
* | Fix a warning in previous. | nicm | 2019-11-25 |
* | Do not clear search marks on cursor movement with vi(1) keys, from Eric | nicm | 2019-11-25 |
* | Add -F flag to send-keys to expand formats in search-backward and | nicm | 2019-11-07 |
* | Use the existing code in format.c to add foramts for word and line at | nicm | 2019-10-23 |
* | Add formats for cursor and selection position in copy mode, from Jason Felice. | nicm | 2019-10-19 |
* | Set up format tree for %if, GitHub issue 1896. | nicm | 2019-09-10 |
* | Add cursor-down-and-cancel, from Mark Kelly. | nicm | 2019-09-09 |
* | Default to previous search string for search-forward and | nicm | 2019-08-14 |
* | Correctly wrap search in copy mode even if at the very top left, GitHub | nicm | 2019-08-01 |
* | Select the correct word for select-word when already at the start of a | nicm | 2019-08-01 |
* | Clear search marks before resize, GitHub issue 1823. | nicm | 2019-07-08 |
* | Do not use uninitialized buffer name. | nicm | 2019-07-05 |
* | Set the cursor x at the same time as changing the y or the end of line | nicm | 2019-06-13 |
* | Need to increment the argument to skip the prefix earlier, fixes | nicm | 2019-06-05 |
* | Add formats for word and line under the mouse and use them to add some | nicm | 2019-05-26 |
* | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 | nicm | 2019-05-15 |
* | Fix some indentation and dead assignments. | nicm | 2019-05-12 |
* | Adjust the same bit to adjust the selection for history-top and | nicm | 2019-05-07 |
* | Do not store the mouse position we calculate as the start of a drag back | nicm | 2019-05-03 |
* | Remove unused variable from Thomas Adam. | nicm | 2019-05-01 |
* | Add support for keys to jump between matching brackets - C-M-f and C-M-b | nicm | 2019-04-29 |
* | Automatically scroll if dragging to create a selection with the mouse | nicm | 2019-04-25 |
* | Add -no-clear variants of copy-selection and copy-pipe which do not | nicm | 2019-04-23 |
* | Add an argument to copy commands to set the prefix for the buffer name, | nicm | 2019-04-02 |
* | Fix stop-selection, from Avi Halachmi. | nicm | 2019-03-27 |
* | Break copy mode commands into individual functions instead of a big load | nicm | 2019-03-26 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
* | Allow multiple modes to be open in a pane. A stack of open modes is kept | nicm | 2019-03-12 |
* | Make the mode used to view command output (a variant of copy mode) use | nicm | 2019-03-08 |
* | Do not use window mode entry after free. | nicm | 2019-03-08 |
* | Add a separate mode struct for the active window mode if any. | nicm | 2019-03-07 |
* | Tidy changing the mode into window_copy_init_for_output. | nicm | 2019-03-07 |
* | Make adding mode formats a function pointer as well. | nicm | 2019-03-07 |
* | Pass window into mode functions. | nicm | 2018-12-18 |
* | Handle UTF-8 in word-separators option, GitHub issue 1551. | nicm | 2018-11-28 |
* | It isn't possible to specify buffer name to copy mode commands now, so | nicm | 2018-11-08 |
* | Do not move the cursor when the mouse wheel is used, GitHub issue 1493. | nicm | 2018-10-03 |
* | Allow panes to be 1 line or column by redrawing instead of using the | nicm | 2018-09-25 |
* | Do not clear selection when searching. | nicm | 2018-09-10 |
* | Allow a large line number to go to the end with goto-line, from Mark | nicm | 2018-09-03 |
* | Fix selection test, from Takeshi Banse. | nicm | 2018-09-03 |
* | Reset line flag when clearing selection, GitHub issue 1454. | nicm | 2018-08-29 |
* | Move job struct into job.c. | nicm | 2018-08-23 |
* | Fix problems with page scrolling in copy mode, GitHub issue 1440 from | nicm | 2018-08-20 |
* | calloc the mode data instead of malloc and initialize everything. | nicm | 2018-08-05 |
* | Initialize new lineflag member. | nicm | 2018-08-01 |