OpenBSD CVS

CVS log for src/usr.bin/tmux/grid-reader.c


[BACK] Up to [local] / src / usr.bin / tmux

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6 / (download) - annotate - [select for diffs], Thu Jun 10 07:56:47 2021 UTC (2 years, 11 months ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, HEAD
Changes since 1.5: +98 -65 lines
Diff to previous 1.5 (colored)

More accurate vi(1) word navigation in copy mode and on the status line.
This changes the meaning of the word-separators option - setting it to
the empty string is equivalent to the previous behavior. From Will Noble
in GitHub issue 2693.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Jun 10 07:22:37 2021 UTC (2 years, 11 months ago) by nicm
Branch: MAIN
Changes since 1.4: +11 -4 lines
Diff to previous 1.4 (colored)

back-to-indentation fixes, from Anindya Mukherjee.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 5 08:43:48 2021 UTC (3 years, 1 month ago) by nicm
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.3: +27 -3 lines
Diff to previous 1.3 (colored)

Fix a couple of edge cases with the jump-back-xxx commands, and also
update back-to-indentation to use grid_reader, thereby fixing line
wrapping issues. From Anindya Mukherjee, GitHub issue 2633.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 9 08:24:09 2021 UTC (3 years, 2 months ago) by nicm
Branch: MAIN
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

Copy mode improvements from Anindya Mukherjee:

- Fix word and word-end for wrapped lines.
- Fix copying of selection end on wrapped lines.
- Fix wrapped word selection edge case.
- Update select-line to respect wrapped lines.
- Update window_copy_..._pos() functions to use grid_reader.

GitHub issue 2605.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 22 06:53:04 2021 UTC (3 years, 2 months ago) by nicm
Branch: MAIN
Changes since 1.1: +63 -1 lines
Diff to previous 1.1 (colored)

Move jump commands to grid reader, make them UTF-8 aware, and tidy up,
from Anindya Mukherjee.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 22 09:22:14 2020 UTC (3 years, 4 months ago) by nicm
Branch: MAIN

Break cursor movement in grid into a common set of functions that can
handle line wrapping and so on in one place and use them for the obvious
copy mode commands. From Anindya Mukherjee.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.