| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that copy mode copies the pane content rather than keeping a |  nicm | 2020-04-10 | 1 | -23/+28 |
* | Fix history-bottom to use the right line when working out the length. |  nicm | 2020-04-09 | 1 | -3/+4 |
* | Some minor style nits. |  nicm | 2020-04-09 | 1 | -2/+2 |
* | Some unnecessary assignments and unused variables. |  nicm | 2020-04-09 | 1 | -2/+1 |
* | Change copy mode to make copy of the pane history so it does not need to |  nicm | 2020-04-06 | 1 | -20/+51 |
* | Check previous line rather than an extra line, from Anindya Mukherjee. |  nicm | 2020-04-03 | 1 | -6/+3 |
* | Only search the visible part of the history when marking (highlighting) |  nicm | 2020-04-02 | 1 | -2/+25 |
* | Add a 10 second timeout to prevent searches taking too much time, from |  nicm | 2020-04-01 | 1 | -6/+40 |
* | Do not go down the regex search path (which is expensive because we need |  nicm | 2020-04-01 | 1 | -5/+9 |
* | Use a comparison to check for wrap and avoid an expensive modulus. |  nicm | 2020-04-01 | 1 | -3/+4 |
* | Performance improvements for regex searching, most notably: |  nicm | 2020-04-01 | 1 | -103/+141 |
* | Add non-regex search variants to avoid the performance cost for people |  nicm | 2020-03-31 | 1 | -45/+92 |
* | Set end position correctly, GitHub issue 2129 from Anindya Mukherjee. |  nicm | 2020-03-21 | 1 | -3/+3 |
* | Fix select-word when not on a word, from Anindya Mukherjee. |  nicm | 2020-03-20 | 1 | -6/+7 |
* | Make the mouse_word and mouse_line formats work in copy mode and enable |  nicm | 2020-03-20 | 1 | -3/+24 |
* | select_word_end needs to forward no_reset flag or select-word selects |  nicm | 2020-03-20 | 1 | -9/+10 |
* | Another fix to make other-end forget the selection mode, from Anindya Mukherjee. |  nicm | 2020-03-20 | 1 | -1/+3 |
* | Add a flag to run a background process in a pty as well, not used for |  nicm | 2020-03-19 | 1 | -3/+3 |
* | Various fixes to copying with select-word and select-line, including |  nicm | 2020-03-19 | 1 | -52/+59 |
* | Adjust selection correctly when scrolling, from Anindya Mukherjee. |  nicm | 2020-03-16 | 1 | -6/+6 |
* | Reset selection flag when clearing or stopping selection, from Mark |  nicm | 2020-03-15 | 1 | -1/+4 |
* | Add a copy-mode -H flag to hide the position marker in the top right. |  nicm | 2020-03-12 | 1 | -2/+4 |
* | Start a new selection if outside the existing selection after a word has |  nicm | 2020-03-11 | 1 | -2/+5 |
* | Change mouse selection so that after selecting a word, dragging selects |  nicm | 2020-02-24 | 1 | -18/+244 |
* | Add selection_active format for when the selection is present but not |  nicm | 2020-02-20 | 1 | -2/+5 |
* | Do not jump to next word end if already on a word end when selecting a |  nicm | 2020-02-13 | 1 | -2/+14 |
* | Support regex search in copy mode, from Anindya Mukherjee in GitHub |  nicm | 2019-12-27 | 1 | -38/+359 |
* | Tweak previous to check the wrapped flag and stop if not set. |  nicm | 2019-12-11 | 1 | -5/+13 |
* | Allow search across wrapped lines and fix some inconsistencies in how th |  nicm | 2019-12-11 | 1 | -16/+32 |
* | Don't use motion flag uninitialized. |  nicm | 2019-11-25 | 1 | -2/+2 |
* | Fix a warning in previous. |  nicm | 2019-11-25 | 1 | -2/+2 |
* | Do not clear search marks on cursor movement with vi(1) keys, from Eric |  nicm | 2019-11-25 | 1 | -66/+75 |
* | Add -F flag to send-keys to expand formats in search-backward and |  nicm | 2019-11-07 | 1 | -5/+29 |
* | Use the existing code in format.c to add foramts for word and line at |  nicm | 2019-10-23 | 1 | -1/+14 |
* | Add formats for cursor and selection position in copy mode, from Jason Felice. |  nicm | 2019-10-19 | 1 | -2/+12 |
* | Set up format tree for %if, GitHub issue 1896. |  nicm | 2019-09-10 | 1 | -2/+1 |
* | Add cursor-down-and-cancel, from Mark Kelly. |  nicm | 2019-09-09 | 1 | -1/+18 |
* | Default to previous search string for search-forward and |  nicm | 2019-08-14 | 1 | -11/+21 |
* | Revert a change I did not mean to commit yet. |  nicm | 2019-08-14 | 1 | -8/+7 |
* | Add -Z flag to rotate-window, select-pane, swap-pane, switch-client to |  nicm | 2019-08-14 | 1 | -7/+8 |
* | Correctly wrap search in copy mode even if at the very top left, GitHub |  nicm | 2019-08-01 | 1 | -14/+22 |
* | Select the correct word for select-word when already at the start of a |  nicm | 2019-08-01 | 1 | -26/+28 |
* | Clear search marks before resize, GitHub issue 1823. |  nicm | 2019-07-08 | 1 | -2/+5 |
* | Do not use uninitialized buffer name. |  nicm | 2019-07-05 | 1 | -2/+2 |
* | Set the cursor x at the same time as changing the y or the end of line |  nicm | 2019-06-13 | 1 | -5/+5 |
* | Need to increment the argument to skip the prefix earlier, fixes |  nicm | 2019-06-05 | 1 | -9/+9 |
* | Add formats for word and line under the mouse and use them to add some |  nicm | 2019-05-26 | 1 | -38/+3 |
* | Fix dragging when in view mode rather than copy mode, GitHub issue 1740 |  nicm | 2019-05-15 | 1 | -5/+13 |
* | Fix some indentation and dead assignments. |  nicm | 2019-05-12 | 1 | -4/+1 |
* | Adjust the same bit to adjust the selection for history-top and |  nicm | 2019-05-07 | 1 | -3/+13 |