History log of /openbsd/usr.bin/tmux/window-copy.c (Results 1 – 25 of 350)
Revision Date Author Comments
# 4cd020ca 14-May-2024 nicm <nicm@openbsd.org>

Revert part of the change for GitHub issue 3675 because it does not work
correctly, it was intended to skip lines that are already being searched
as part of a previous wrapped line but in fact is ski

Revert part of the change for GitHub issue 3675 because it does not work
correctly, it was intended to skip lines that are already being searched
as part of a previous wrapped line but in fact is skipping all lines
except the last in wrapped lines.

Also revert the search-wrapped-lines option (I didn't realize it was
intended to work around this).

show more ...


# 4991b50c 14-May-2024 nicm <nicm@openbsd.org>

Add an option to disable unwrapping lines for searching, from
meanderingprogrammer at gmail dot com, GitHub issue 3975.


# e6c7c102 23-Apr-2024 jsg <jsg@openbsd.org>

correct indentation; no functional change
ok tb@


# 35d9c398 26-Mar-2024 nicm <nicm@openbsd.org>

Fix selection present check, reported by M Kelly.


# 33c89b8b 21-Mar-2024 nicm <nicm@openbsd.org>

Do not consider a selection present if it is empty, from Michael Grant
(GitHub issue 3869). Also a typo fix from GitHub issue 3877.


# e601e7f1 02-Nov-2023 nicm <nicm@openbsd.org>

next-prompt can have 1 argument.


# 2dff8e09 04-Sep-2023 nicm <nicm@openbsd.org>

Skip wrapped lines in top level search loop because they will be
combined in the inner loop (in window_copy_search_rl_regex and the
others), avoids searching the same text multiple times. Also add a

Skip wrapped lines in top level search loop because they will be
combined in the inner loop (in window_copy_search_rl_regex and the
others), avoids searching the same text multiple times. Also add a line
length limit for regex searches. GitHub issue 3675.

show more ...


# ecd3a22e 01-Sep-2023 nicm <nicm@openbsd.org>

Rewrite combined character handling to be more consistent and to support
newer Unicode combined characters (which we have to "know" are combined
since they are not width zero). GitHub issue 3600.


# e49f8566 08-Aug-2023 nicm <nicm@openbsd.org>

Add flag to next-prompt/previous-prompt to go to command output instead,
from Magnus Gross.


# cbbd91a4 03-Jul-2023 nicm <nicm@openbsd.org>

Add support for marking lines with a shell prompt based on the OSC 133
extension, from Munif Tanjim in GitHub issue 3596.


# fb511131 28-Sep-2022 nicm <nicm@openbsd.org>

Add scroll-top and scroll-bottom commands to scroll so cursor is at top
or bottom. From Anindya Mukherjee, GitHub issue 3334.


# 32e9379b 23-Aug-2022 nicm <nicm@openbsd.org>

Add scroll-middle copy mode command to make cursor line in the middle,
from Varun Kumar E in GitHub issue 3307.


# 8dac6927 03-Aug-2022 nicm <nicm@openbsd.org>

Do not crash when searching for .* with extremely long lines. Reported
by Torbjorn Lonnemark, GitHub issue 3272.


# 3e5dfd5f 22-Jul-2022 nicm <nicm@openbsd.org>

Clear marks when the search string changes. From Anindya Mukherjee,
GitHub issue 3255.


# a711f92a 21-Jun-2022 nicm <nicm@openbsd.org>

Store time lines are scrolled into history and display in copy mode.


# 1b09dd8d 09-Jun-2022 nicm <nicm@openbsd.org>

If an application gives the first parameter to OSC 52, validate and pass
on to outside terminal. GitHub issue 3192.


# 16be08e6 30-May-2022 nicm <nicm@openbsd.org>

Add a way for lines added to copy mode to be passed through the parser
to handle escape sequences and use it for run-shell, GitHub issue 3156.


# 50107079 03-Feb-2022 nicm <nicm@openbsd.org>

Add a key in copy mode to toggle position indicator.


# 21961896 20-Dec-2021 nicm <nicm@openbsd.org>

Do not crash on a zero size character.


# 03a1f8dd 11-Oct-2021 nicm <nicm@openbsd.org>

Add -e flag to set environment for popup, from Alexis Hildebrandt in
GitHub issue 2924.


# 7d4cf267 20-Aug-2021 nicm <nicm@openbsd.org>

Spacing tweaks.


# 1693b10b 20-Aug-2021 nicm <nicm@openbsd.org>

Hide struct args behind a couple of accessor functions.


# a1b7c96b 20-Aug-2021 nicm <nicm@openbsd.org>

Remove some unnecessary blank lines.


# b52f0cbf 20-Aug-2021 nicm <nicm@openbsd.org>

Remove stray spaces after function names.


# 554490ba 11-Aug-2021 nicm <nicm@openbsd.org>

Add pipe variants of the line copy commands. While here make the command
list less unreadable. GitHub issue 2813.


12345678910>>...14