~akkartik/text.love

40ac3dd7 — Kartik K. Agaram a month ago main
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.
e698a3a6 — Kartik K. Agaram a month ago
Merge lines.love
72eb8397 — Kartik K. Agaram a month ago
drop an unused variable
a8198432 — Kartik K. Agaram a month ago
delete redundant method description
690ca0c3 — Kartik K. Agaram 2 months ago
Merge lines.love
67e3cbe5 — Kartik K. Agaram 2 months ago
simpler implementation of bugfix #2
883ad16c — Kartik K. Agaram 2 months ago
some more renames
7e5653c8 — 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.
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.
549423b0 — Kartik K. Agaram 3 months ago
Merge lines.love
e0ccf1de — Kartik K. Agaram 3 months ago
bugfix: Unicode
0e042c1a — Kartik K. Agaram 3 months ago
Merge lines.love
60bc27de — Kartik K. Agaram 3 months ago
transparent highlights work with more colors
46cd42ec — Kartik K. Agaram 4 months ago
Merge lines.love
4af6f7b9 — Kartik K. Agaram 4 months ago
bugfix in source editor
Next