Age | Commit message (Expand) | Author |
2020-05-16 | Add a mark in copy mode. Set with set-mark command (bound to 'X') by | Nicholas Marriott |
2020-05-16 | Do not loop forever when search finds an empty match, GitHub issue 2203. | Nicholas Marriott |
2020-05-16 | Fix next-matching-bracket logic, from Chris Barber. | Nicholas Marriott |
2020-05-16 | Store and restore cursor position when copy mode is resized, from | Nicholas Marriott |
2020-05-16 | Try to search the entire history first for up to 200 ms so a search | Nicholas Marriott |
2020-05-16 | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott |
2020-05-16 | Copy mode search improvements: | Nicholas Marriott |
2020-05-16 | Drop having a separate type for style options and make them all strings, | Nicholas Marriott |
2020-05-16 | Add extension terminfo(5) capabilities for margins. | Nicholas Marriott |
2020-04-20 | Only trim blank lines when the source pane is not the target pane, | Nicholas Marriott |
2020-04-17 | Make sure the cursor position is still on screen after we have trimmed | Nicholas Marriott |
2020-04-17 | Add a copy-command option and change copy-pipe and friends to pipe to it | Nicholas Marriott |
2020-04-16 | Don't miss the last line off the screen when writing after resize, from | Nicholas Marriott |
2020-04-15 | Clear the selection and repeat the search on refresh same as resize. | Nicholas Marriott |
2020-04-15 | Instead of fixing with the cursor position when the copied screen is | Nicholas Marriott |
2020-04-14 | Leave the cursor above empty lines. | Nicholas Marriott |
2020-04-14 | Adjust cursor and scroll positions when entering copy mode so that the | Nicholas Marriott |
2020-04-13 | Make client -c and -t handling common in cmd-queue.c and try to be | Nicholas Marriott |
2020-04-10 | Now that copy mode copies the pane content rather than keeping a | Nicholas Marriott |
2020-04-09 | Fix history-bottom to use the right line when working out the length. | Nicholas Marriott |
2020-04-09 | Some minor style nits. | Nicholas Marriott |
2020-04-09 | Some unnecessary assignments and unused variables. | Nicholas Marriott |
2020-04-06 | Change copy mode to make copy of the pane history so it does not need to | Nicholas Marriott |
2020-04-03 | Check previous line rather than an extra line, from Anindya Mukherjee. | Nicholas Marriott |
2020-04-02 | Only search the visible part of the history when marking (highlighting) | Nicholas Marriott |
2020-04-01 | Add a 10 second timeout to prevent searches taking too much time, from | Nicholas Marriott |
2020-04-01 | Do not go down the regex search path (which is expensive because we need | Nicholas Marriott |
2020-04-01 | Use a comparison to check for wrap and avoid an expensive modulus. | Nicholas Marriott |
2020-04-01 | Performance improvements for regex searching, most notably: | Nicholas Marriott |
2020-03-31 | Add non-regex search variants to avoid the performance cost for people | Nicholas Marriott |
2020-03-21 | Set end position correctly, GitHub issue 2129 from Anindya Mukherjee. | Nicholas Marriott |
2020-03-20 | Fix select-word when not on a word, from Anindya Mukherjee. | Nicholas Marriott |
2020-03-20 | Make the mouse_word and mouse_line formats work in copy mode and enable | Nicholas Marriott |
2020-03-20 | select_word_end needs to forward no_reset flag or select-word selects | Nicholas Marriott |
2020-03-20 | Another fix to make other-end forget the selection mode, from Anindya Mukherjee. | Nicholas Marriott |
2020-03-19 | Add a flag to run a background process in a pty as well, not used for | Nicholas Marriott |
2020-03-19 | Various fixes to copying with select-word and select-line, including | Nicholas Marriott |
2020-03-16 | Adjust selection correctly when scrolling, from Anindya Mukherjee. | Nicholas Marriott |
2020-03-15 | Reset selection flag when clearing or stopping selection, from Mark | Nicholas Marriott |
2020-03-12 | Add a copy-mode -H flag to hide the position marker in the top right. | Nicholas Marriott |
2020-03-11 | Start a new selection if outside the existing selection after a word has | Nicholas Marriott |
2020-02-24 | Change mouse selection so that after selecting a word, dragging selects | Nicholas Marriott |
2020-02-20 | Add selection_active format for when the selection is present but not | Nicholas Marriott |
2020-02-13 | Do not jump to next word end if already on a word end when selecting a | Nicholas Marriott |
2019-12-27 | Support regex search in copy mode, from Anindya Mukherjee in GitHub | Nicholas Marriott |
2019-12-11 | Tweak previous to check the wrapped flag and stop if not set. | Nicholas Marriott |
2019-12-11 | Allow search across wrapped lines and fix some inconsistencies in how th | Nicholas Marriott |
2019-11-25 | Don't use motion flag uninitialized. | Nicholas Marriott |
2019-11-25 | Fix a warning in previous. | Nicholas Marriott |
2019-11-25 | Do not clear search marks on cursor movement with vi(1) keys, from Eric | Nicholas Marriott |