Age | Commit message (Expand) | Author |
2023-08-08 | Add flag to next-prompt/previous-prompt to go to command output instead, | Nicholas Marriott |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2022-09-28 | Add scroll-top and scroll-bottom commands to scroll so cursor is at top | Nicholas Marriott |
2022-08-23 | Add scroll-middle copy mode command to make cursor line in the middle, | Nicholas Marriott |
2022-08-03 | Do not crash when searching for .* with extremely long lines. Reported | Nicholas Marriott |
2022-07-22 | Clear marks when the search string changes. From Anindya Mukherjee, | Nicholas Marriott |
2022-06-21 | Store time lines are scrolled into history and display in copy mode. | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-05-30 | Add a way for lines added to copy mode to be passed through the parser | Nicholas Marriott |
2022-02-03 | Add a key in copy mode to toggle position indicator. | Nicholas Marriott |
2021-12-20 | Do not crash on a zero size character. | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-08-20 | Spacing tweaks. | Nicholas Marriott |
2021-08-20 | Hide struct args behind a couple of accessor functions. | Nicholas Marriott |
2021-08-20 | Remove some unnecessary blank lines. | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-08-11 | Add pipe variants of the line copy commands. While here make the command | Nicholas Marriott |
2021-08-09 | Change copy-line and copy-end-of-line not to cancel and add -and-cancel | Nicholas Marriott |
2021-06-10 | Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-04-05 | Fix a couple of edge cases with the jump-back-xxx commands, and also | Nicholas Marriott |
2021-04-01 | Change search-again with vi keys to work like actual vi(1), also some | Nicholas Marriott |
2021-03-09 | Allow cursor to be just after match if copying, GitHub issue 2602. | Nicholas Marriott |
2021-03-09 | Copy mode improvements from Anindya Mukherjee: | Nicholas Marriott |
2021-03-02 | Drop support for popups where the content is provided directly to tmux | Nicholas Marriott |
2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |
2021-02-08 | Add "pipe" variants of the "copy-pipe" commands which do not copy, from | Nicholas Marriott |
2021-01-22 | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 | Nicholas Marriott |
2021-01-22 | Fix some cursor movement commands, from Anindya Mukherjee. | Nicholas Marriott |
2021-01-18 | Hide some warnings on newer GCC versions, GitHUb issue 2525. | Nicholas Marriott |
2021-01-08 | With incremental search, start empty and only repeat the previous search | Nicholas Marriott |
2021-01-06 | Remove unused variable, from Ben Boeckel. | Nicholas Marriott |
2020-12-28 | Remove current match indicator which can't work anymore since we only | Nicholas Marriott |
2020-12-22 | Break cursor movement in grid into a common set of functions that can | Nicholas Marriott |
2020-11-10 | Allow previous-word to scroll onto the first line, noticed by Anindya | Nicholas Marriott |
2020-09-22 | Do not wrap at end of text when positioning at end of match because the | Nicholas Marriott |
2020-09-18 | Free buffer earlier to avoid confusing some compilers, GitHub issue | Nicholas Marriott |
2020-09-16 | Fix some warnings, GitHub issue 2382. | Nicholas Marriott |
2020-08-05 | Change searching to behave more like emacs and so that regex searching | Nicholas Marriott |
2020-07-15 | Handle padding cells correctly when searching, GitHub issue 2301. | Nicholas Marriott |
2020-06-16 | Correctly move to previous line when looking for previous word, from | Nicholas Marriott |
2020-06-11 | Add some formats for search in copy mode (search_present, search_match). | Nicholas Marriott |
2020-06-05 | Now that we mostly only search visible text, the rate limit on repeating | Nicholas Marriott |
2020-06-04 | Search marks outside the visible text are not useful, so there is no | Nicholas Marriott |
2020-06-04 | Some improvements to performance of searching: | Nicholas Marriott |
2020-06-04 | Make the -no-clear command variants not clear the search marks either. | Nicholas Marriott |
2020-06-02 | Missing ; in previous. | Nicholas Marriott |
2020-06-02 | Fire copy-pipe command even if there is no text, means it works if it | Nicholas Marriott |