| Commit message (Expand) | Author | Age | Files | Lines |
* | Change search-again with vi keys to work like actual vi(1), also some |  nicm | 2021-04-01 | 1 | -51/+162 |
* | Allow cursor to be just after match if copying, GitHub issue 2602. |  nicm | 2021-03-09 | 1 | -3/+6 |
* | Copy mode improvements from Anindya Mukherjee: |  nicm | 2021-03-09 | 1 | -73/+49 |
* | Drop support for popups where the content is provided directly to tmux |  nicm | 2021-03-02 | 1 | -3/+3 |
* | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub |  nicm | 2021-02-22 | 1 | -2/+59 |
* | There are many format variables now so allocating all the default ones |  nicm | 2021-02-22 | 1 | -4/+4 |
* | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, |  nicm | 2021-02-22 | 1 | -212/+134 |
* | Add "pipe" variants of the "copy-pipe" commands which do not copy, from |  nicm | 2021-02-08 | 1 | -7/+72 |
* | Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546 |  nicm | 2021-01-22 | 1 | -5/+33 |
* | Fix some cursor movement commands, from Anindya Mukherjee. |  nicm | 2021-01-22 | 1 | -43/+57 |
* | Hide some warnings on newer GCC versions, GitHUb issue 2525. |  nicm | 2021-01-18 | 1 | -21/+18 |
* | With incremental search, start empty and only repeat the previous search |  nicm | 2021-01-08 | 1 | -1/+5 |
* | Remove unused variable, from Ben Boeckel. |  nicm | 2021-01-06 | 1 | -7/+2 |
* | Remove current match indicator which can't work anymore since we only |  nicm | 2020-12-28 | 1 | -17/+8 |
* | Break cursor movement in grid into a common set of functions that can |  nicm | 2020-12-22 | 1 | -145/+190 |
* | Allow previous-word to scroll onto the first line, noticed by Anindya |  nicm | 2020-11-10 | 1 | -13/+10 |
* | Do not wrap at end of text when positioning at end of match because the |  nicm | 2020-09-22 | 1 | -6/+6 |
* | Free buffer earlier to avoid confusing some compilers, GitHub issue |  nicm | 2020-09-18 | 1 | -7/+5 |
* | Fix some warnings, GitHub issue 2382. |  nicm | 2020-09-16 | 1 | -20/+3 |
* | Change searching to behave more like emacs and so that regex searching |  nicm | 2020-08-05 | 1 | -51/+70 |
* | Handle padding cells correctly when searching, GitHub issue 2301. |  nicm | 2020-07-15 | 1 | -1/+6 |
* | Correctly move to previous line when looking for previous word, from |  nicm | 2020-06-16 | 1 | -5/+5 |
* | Add some formats for search in copy mode (search_present, search_match). |  nicm | 2020-06-11 | 1 | -20/+43 |
* | Now that we mostly only search visible text, the rate limit on repeating |  nicm | 2020-06-05 | 1 | -13/+1 |
* | Search marks outside the visible text are not useful, so there is no |  nicm | 2020-06-04 | 1 | -17/+35 |
* | Some improvements to performance of searching: |  nicm | 2020-06-04 | 1 | -53/+87 |
* | Make the -no-clear command variants not clear the search marks either. |  nicm | 2020-06-04 | 1 | -73/+83 |
* | Missing ; in previous. |  nicm | 2020-06-02 | 1 | -2/+2 |
* | Fire copy-pipe command even if there is no text, means it works if it |  nicm | 2020-06-02 | 1 | -5/+6 |
* | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control |  nicm | 2020-06-02 | 1 | -13/+4 |
* | Tidy up new UTF-8 code and make it more generic. |  nicm | 2020-05-25 | 1 | -2/+2 |
* | Do not attempt to divide by zero when working out copy position. |  nicm | 2020-05-25 | 1 | -2/+2 |
* | Instead of storing all UTF-8 characters in the extended cell which means |  nicm | 2020-05-25 | 1 | -6/+24 |
* | Add a mark in copy mode. Set with set-mark command (bound to 'X') by |  nicm | 2020-05-16 | 1 | -10/+99 |
* | Do not loop forever when search finds an empty match, GitHub issue 2203. |  nicm | 2020-05-16 | 1 | -2/+5 |
* | Fix next-matching-bracket logic, from Chris Barber. |  nicm | 2020-05-16 | 1 | -4/+4 |
* | Store and restore cursor position when copy mode is resized, from |  nicm | 2020-05-16 | 1 | -14/+43 |
* | Try to search the entire history first for up to 200 ms so a search |  nicm | 2020-05-16 | 1 | -38/+87 |
* | Do not hoke into struct window_pane from the tty code and instead set |  nicm | 2020-05-16 | 1 | -13/+13 |
* | Copy mode search improvements: |  nicm | 2020-05-16 | 1 | -16/+134 |
* | Drop having a separate type for style options and make them all strings, |  nicm | 2020-05-16 | 1 | -3/+3 |
* | Add extension terminfo(5) capabilities for margins. |  nicm | 2020-05-16 | 1 | -1/+2 |
* | Only trim blank lines when the source pane is not the target pane, |  nicm | 2020-04-20 | 1 | -9/+12 |
* | Make sure the cursor position is still on screen after we have trimmed |  nicm | 2020-04-17 | 1 | -3/+11 |
* | Add a copy-command option and change copy-pipe and friends to pipe to it |  nicm | 2020-04-17 | 1 | -10/+14 |
* | Don't miss the last line off the screen when writing after resize, from |  nicm | 2020-04-16 | 1 | -2/+2 |
* | Clear the selection and repeat the search on refresh same as resize. |  nicm | 2020-04-15 | 1 | -15/+23 |
* | Instead of fixing with the cursor position when the copied screen is |  nicm | 2020-04-15 | 1 | -32/+36 |
* | Leave the cursor above empty lines. |  nicm | 2020-04-14 | 1 | -4/+2 |
* | Adjust cursor and scroll positions when entering copy mode so that the |  nicm | 2020-04-14 | 1 | -4/+12 |