summaryrefslogtreecommitdiff
path: root/txt.h
AgeCommit message (Collapse)Author
9 daysmove some char/byte next/prev stuff into txt.h, as inlineWormHeamer
9 daysconvert non-utf-8 files to a readonly hex dumpWormHeamer
9 daysset and unset dirty flag as appropriate on undo/redoWormHeamer
9 daysundo/redoWormHeamer
11 daysmake prev_line_start(), next_line_start() publicWormHeamer
11 daysallow opening multiple files at once + replace modesWormHeamer
13 dayssimplify and clarify txt_split_piece(), txt_insert(), txt_delete()WormHeamer
13 daysadd txt_range_equal()WormHeamer
13 daysadd txt_collect_range() and txt_read_chunk()WormHeamer
13 daysvarious assertsWormHeamer
13 daystxt_delete_range()WormHeamer
14 daysremove most explicit Txt* params, fix some utf-8 problemsWormHeamer
14 daysadd Txt pointer to TxtLocWormHeamer
2025-12-28lots of features & bugfixes bothWormHeamer
2025-12-28put more emphasis on TxtLocWormHeamer
2025-12-27basic piece table implementationWormHeamer