Age | Commit message (Expand) | Author |
2019-09-10 | Set up format tree for %if, GitHub issue 1896. | Nicholas Marriott |
2019-09-09 | Add cursor-down-and-cancel, from Mark Kelly. | Nicholas Marriott |
2019-08-14 | Default to previous search string for search-forward and | Nicholas Marriott |
2019-08-14 | Revert a change I did not mean to commit yet. | Nicholas Marriott |
2019-08-14 | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to | Nicholas Marriott |
2019-08-01 | Correctly wrap search in copy mode even if at the very top left, GitHub | Nicholas Marriott |
2019-08-01 | Select the correct word for select-word when already at the start of a | Nicholas Marriott |
2019-07-08 | Clear search marks before resize, GitHub issue 1823. | Nicholas Marriott |
2019-07-05 | Do not use uninitialized buffer name. | Nicholas Marriott |
2019-06-13 | Set the cursor x at the same time as changing the y or the end of line | Nicholas Marriott |
2019-06-05 | Need to increment the argument to skip the prefix earlier, fixes | Nicholas Marriott |
2019-05-26 | Add formats for word and line under the mouse and use them to add some | Nicholas Marriott |
2019-05-15 | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 | Nicholas Marriott |
2019-05-12 | Fix some indentation and dead assignments. | Nicholas Marriott |
2019-05-07 | Adjust the same bit to adjust the selection for history-top and | Nicholas Marriott |
2019-05-03 | Do not store the mouse position we calculate as the start of a drag back | Nicholas Marriott |
2019-05-01 | Remove unused variable from Thomas Adam. | Nicholas Marriott |
2019-04-29 | Add support for keys to jump between matching brackets - C-M-f and C-M-b | Nicholas Marriott |
2019-04-25 | Automatically scroll if dragging to create a selection with the mouse | Nicholas Marriott |
2019-04-23 | Add -no-clear variants of copy-selection and copy-pipe which do not | Nicholas Marriott |
2019-04-02 | Add an argument to copy commands to set the prefix for the buffer name, | Nicholas Marriott |
2019-03-27 | Fix stop-selection, from Avi Halachmi. | Nicholas Marriott |
2019-03-26 | Break copy mode commands into individual functions instead of a big load | Nicholas Marriott |
2019-03-12 | DECRC and DECSC apparently need to preserve origin mode as well, based | Nicholas Marriott |
2019-03-12 | Allow multiple modes to be open in a pane. A stack of open modes is kept | Nicholas Marriott |
2019-03-08 | Make the mode used to view command output (a variant of copy mode) use | Nicholas Marriott |
2019-03-08 | Do not use window mode entry after free. | Nicholas Marriott |
2019-03-07 | Add a separate mode struct for the active window mode if any. | Nicholas Marriott |
2019-03-07 | Tidy changing the mode into window_copy_init_for_output. | Nicholas Marriott |
2019-03-07 | Make adding mode formats a function pointer as well. | Nicholas Marriott |
2018-12-18 | Pass window into mode functions. | Nicholas Marriott |
2018-11-28 | Handle UTF-8 in word-separators option, GitHub issue 1551. | Nicholas Marriott |
2018-11-08 | It isn't possible to specify buffer name to copy mode commands now, so | Nicholas Marriott |
2018-10-03 | Do not move the cursor when the mouse wheel is used, GitHub issue 1493. | Nicholas Marriott |
2018-09-25 | Allow panes to be 1 line or column by redrawing instead of using the | Nicholas Marriott |
2018-09-10 | Do not clear selection when searching. | Nicholas Marriott |
2018-09-03 | Allow a large line number to go to the end with goto-line, from Mark | Nicholas Marriott |
2018-09-03 | Fix selection test, from Takeshi Banse. | Nicholas Marriott |
2018-08-29 | Reset line flag when clearing selection, GitHub issue 1454. | Nicholas Marriott |
2018-08-23 | Move job struct into job.c. | Nicholas Marriott |
2018-08-20 | Fix problems with page scrolling in copy mode, GitHub issue 1440 from | Nicholas Marriott |
2018-08-05 | calloc the mode data instead of malloc and initialize everything. | Nicholas Marriott |
2018-08-01 | Initialize new lineflag member. | Nicholas Marriott |
2018-07-31 | Move struct screen_sel into screen.c and tidy up members that are only | Nicholas Marriott |
2018-07-06 | Add a rectangle_toggle format, from Hirokazu Hata. | Nicholas Marriott |
2018-07-04 | Add accessors for grid linedata member, for some future work. From Dan | Nicholas Marriott |
2018-06-26 | Do not take address of a member of a NULL pointer. GitHub issue 1382 | Nicholas Marriott |
2018-04-23 | Check whether cursor is at start or end when copying rectangular | Nicholas Marriott |
2018-03-08 | Add a missing client-detached hook when the server shuts down, and do | Nicholas Marriott |
2017-11-16 | Add -and-cancel variants for scrolling commands to exit copy mode when | Nicholas Marriott |