aboutsummaryrefslogtreecommitdiff
path: root/window-copy.c
Commit message (Expand)AuthorAge
* Change searching to behave more like emacs and so that regex searchingnicm2020-08-05
* Handle padding cells correctly when searching, GitHub issue 2301.nicm2020-07-15
* Correctly move to previous line when looking for previous word, fromnicm2020-06-16
* Add some formats for search in copy mode (search_present, search_match).nicm2020-06-11
* Now that we mostly only search visible text, the rate limit on repeatingnicm2020-06-05
* Search marks outside the visible text are not useful, so there is nonicm2020-06-04
* Some improvements to performance of searching:nicm2020-06-04
* Make the -no-clear command variants not clear the search marks either.nicm2020-06-04
* Missing ; in previous.nicm2020-06-02
* Fire copy-pipe command even if there is no text, means it works if itnicm2020-06-02
* Use CLOCK_MONOTONIC for timer measurement and add a timestamp to controlnicm2020-06-02
* Tidy up new UTF-8 code and make it more generic.nicm2020-05-25
* Do not attempt to divide by zero when working out copy position.nicm2020-05-25
* Instead of storing all UTF-8 characters in the extended cell which meansnicm2020-05-25
* Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm2020-05-16
* Do not loop forever when search finds an empty match, GitHub issue 2203.nicm2020-05-16
* Fix next-matching-bracket logic, from Chris Barber.nicm2020-05-16
* Store and restore cursor position when copy mode is resized, fromnicm2020-05-16
* Try to search the entire history first for up to 200 ms so a searchnicm2020-05-16
* Do not hoke into struct window_pane from the tty code and instead setnicm2020-05-16
* Copy mode search improvements:nicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Add extension terminfo(5) capabilities for margins.nicm2020-05-16
* Only trim blank lines when the source pane is not the target pane,nicm2020-04-20
* Make sure the cursor position is still on screen after we have trimmednicm2020-04-17
* Add a copy-command option and change copy-pipe and friends to pipe to itnicm2020-04-17
* Don't miss the last line off the screen when writing after resize, fromnicm2020-04-16
* Clear the selection and repeat the search on refresh same as resize.nicm2020-04-15
* Instead of fixing with the cursor position when the copied screen isnicm2020-04-15
* Leave the cursor above empty lines.nicm2020-04-14
* Adjust cursor and scroll positions when entering copy mode so that thenicm2020-04-14
* Make client -c and -t handling common in cmd-queue.c and try to benicm2020-04-13
* Now that copy mode copies the pane content rather than keeping anicm2020-04-10
* Fix history-bottom to use the right line when working out the length.nicm2020-04-09
* Some minor style nits.nicm2020-04-09
* Some unnecessary assignments and unused variables.nicm2020-04-09
* Change copy mode to make copy of the pane history so it does not need tonicm2020-04-06
* Check previous line rather than an extra line, from Anindya Mukherjee.nicm2020-04-03
* Only search the visible part of the history when marking (highlighting)nicm2020-04-02
* Add a 10 second timeout to prevent searches taking too much time, fromnicm2020-04-01
* Do not go down the regex search path (which is expensive because we neednicm2020-04-01
* Use a comparison to check for wrap and avoid an expensive modulus.nicm2020-04-01
* Performance improvements for regex searching, most notably:nicm2020-04-01
* Do not go down the regex search path (which is expensive because we neednicm2020-04-01
* Use a comparison to check for wrap and avoid an expensive modulus.nicm2020-04-01
* Performance improvements for regex searching, most notably:nicm2020-04-01
* Add non-regex search variants to avoid the performance cost for peoplenicm2020-03-31
* Set end position correctly, GitHub issue 2129 from Anindya Mukherjee.nicm2020-03-21
* Fix select-word when not on a word, from Anindya Mukherjee.nicm2020-03-20
* Make the mouse_word and mouse_line formats work in copy mode and enablenicm2020-03-20