Do not follow this link

~akkartik/lines-and-links

7fc33ca8 — Kartik K. Agaram 18 hours ago main
Merge lines.love
c17ea554 — Kartik K. Agaram 19 hours ago
bugfix: scrolling up using scroll wheel

The culprit is an ambiguously named helper. put_cursor_on_next_text_line
is not supposed to move to next line if the current line is text.
2521ad20 — Kartik K. Agaram a month ago
Merge lines.love
117c56a9 — Kartik K. Agaram a month ago
clarify a misleading test

I'm still using these to periodically reassure myself about the state of
lines2 and its descendants.
c2ee740c — Kartik K. Agaram a month ago
Merge lines.love
a8198432 — Kartik K. Agaram a month ago
delete redundant method description
76843f8e — Kartik K. Agaram 2 months ago
Merge lines.love
67e3cbe5 — Kartik K. Agaram 2 months ago
simpler implementation of bugfix #2
92cc9d76 — Kartik K. Agaram 2 months ago
Merge lines.love
6975b8b7 — Kartik K. Agaram 2 months ago
bugfix #3, attempt #2 in search UI

Avoid accidental side-effects.
0940e727 — Kartik K. Agaram 2 months ago
bugfix #3 in search UI

This is a regression. Scenario: search for a string, then backspace
until it goes empty.
6c378046 — Kartik K. Agaram 2 months ago
Merge lines.love
1693f1f1 — Kartik K. Agaram 2 months ago
bugfix #2 in search UI
c1a36169 — Kartik K. Agaram 2 months ago
bugfix in search UI

This one is ancient and it affects every single one of my forks,
including the whole lines2 lineage. The corner case: searching for empty
string.

In the process I've also cleaned up edit.check_locs on initialization to
only modify cursor if it can find a legal place for it.

In general I should be more careful about mutating the cursor. Just
adding 1 to it is irresponsible.
1609d795 — Kartik K. Agaram 2 months ago
bugfix: restart search on backspace

Ported from bugfix of 2024-06-23.
deca34a7 — Kartik K. Agaram 3 months ago
Merge lines.love
e0ccf1de — Kartik K. Agaram 3 months ago
bugfix: Unicode
3a2d78e8 — Kartik K. Agaram 4 months ago
Merge lines.love
60bc27de — Kartik K. Agaram 4 months ago
transparent highlights work with more colors
bebc7fdb — Kartik K. Agaram 4 months ago
Merge lines.love
Next
Do not follow this link