| Commit message (Expand) | Author | Age |
* | Spacing tweaks. | nicm | 2021-08-20 |
* | Hide struct args behind a couple of accessor functions. | nicm | 2021-08-20 |
* | Remove some unnecessary blank lines. | nicm | 2021-08-20 |
* | Remove stray spaces after function names. | nicm | 2021-08-20 |
* | Add pipe variants of the line copy commands. While here make the command | nicm | 2021-08-11 |
* | Change copy-line and copy-end-of-line not to cancel and add -and-cancel | nicm | 2021-08-09 |
* | Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709. | nicm | 2021-06-10 |
* | More accurate vi(1) word navigation in copy mode and on the status line. | nicm | 2021-06-10 |
* | Fix a couple of edge cases with the jump-back-xxx commands, and also | nicm | 2021-04-05 |
* | Change search-again with vi keys to work like actual vi(1), also some | nicm | 2021-04-01 |
* | Allow cursor to be just after match if copying, GitHub issue 2602. | nicm | 2021-03-09 |
* | Copy mode improvements from Anindya Mukherjee: | nicm | 2021-03-09 |
* | Drop support for popups where the content is provided directly to tmux | nicm | 2021-03-02 |
* | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | nicm | 2021-02-22 |
* | There are many format variables now so allocating all the default ones | nicm | 2021-02-22 |
* | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | nicm | 2021-02-22 |
* | Add "pipe" variants of the "copy-pipe" commands which do not copy, from | nicm | 2021-02-08 |
* | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 | nicm | 2021-01-22 |
* | Fix some cursor movement commands, from Anindya Mukherjee. | nicm | 2021-01-22 |
* | Hide some warnings on newer GCC versions, GitHUb issue 2525. | nicm | 2021-01-18 |
* | With incremental search, start empty and only repeat the previous search | nicm | 2021-01-08 |
* | Remove unused variable, from Ben Boeckel. | nicm | 2021-01-06 |
* | Remove current match indicator which can't work anymore since we only | nicm | 2020-12-28 |
* | Break cursor movement in grid into a common set of functions that can | nicm | 2020-12-22 |
* | Allow previous-word to scroll onto the first line, noticed by Anindya | nicm | 2020-11-10 |
* | Do not wrap at end of text when positioning at end of match because the | nicm | 2020-09-22 |
* | Free buffer earlier to avoid confusing some compilers, GitHub issue | nicm | 2020-09-18 |
* | Fix some warnings, GitHub issue 2382. | nicm | 2020-09-16 |
* | Change searching to behave more like emacs and so that regex searching | nicm | 2020-08-05 |
* | Handle padding cells correctly when searching, GitHub issue 2301. | nicm | 2020-07-15 |
* | Correctly move to previous line when looking for previous word, from | nicm | 2020-06-16 |
* | Add some formats for search in copy mode (search_present, search_match). | nicm | 2020-06-11 |
* | Now that we mostly only search visible text, the rate limit on repeating | nicm | 2020-06-05 |
* | Search marks outside the visible text are not useful, so there is no | nicm | 2020-06-04 |
* | Some improvements to performance of searching: | nicm | 2020-06-04 |
* | Make the -no-clear command variants not clear the search marks either. | nicm | 2020-06-04 |
* | Missing ; in previous. | nicm | 2020-06-02 |
* | Fire copy-pipe command even if there is no text, means it works if it | nicm | 2020-06-02 |
* | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | nicm | 2020-06-02 |
* | Tidy up new UTF-8 code and make it more generic. | nicm | 2020-05-25 |
* | Do not attempt to divide by zero when working out copy position. | nicm | 2020-05-25 |
* | Instead of storing all UTF-8 characters in the extended cell which means | nicm | 2020-05-25 |
* | Add a mark in copy mode. Set with set-mark command (bound to 'X') by | nicm | 2020-05-16 |
* | Do not loop forever when search finds an empty match, GitHub issue 2203. | nicm | 2020-05-16 |
* | Fix next-matching-bracket logic, from Chris Barber. | nicm | 2020-05-16 |
* | Store and restore cursor position when copy mode is resized, from | nicm | 2020-05-16 |
* | Try to search the entire history first for up to 200 ms so a search | nicm | 2020-05-16 |
* | Do not hoke into struct window_pane from the tty code and instead set | nicm | 2020-05-16 |
* | Copy mode search improvements: | nicm | 2020-05-16 |
* | Drop having a separate type for style options and make them all strings, | nicm | 2020-05-16 |