summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)Author
13 daysreturn 0 for match_bracket() if no match foundWormHeamer
13 days% to find matching bracketWormHeamer
13 daysadd prev_func(), next_func(), [/]WormHeamer
13 days[] -> HL, remove unused funcsWormHeamer
13 dayshighlight trailing whitespace, allow count in gGWormHeamer
13 daysallow opening multiple files at once + replace modesWormHeamer
13 daysget ready to start moving globals into EditorWormHeamer
13 daysremove unused srand()WormHeamer
13 daysadd file debugging commandsWormHeamer
13 daysrun and build filesWormHeamer
14 daysallow entering count at start of motion (d3l, etc)WormHeamer
14 daysredraw on ^LWormHeamer
14 daysfix next_par() and prev_par() hanging at end-of-fileWormHeamer
14 daysmake 'O' work properly at start-of-fileWormHeamer
2025-12-29dramatically speed up shell_replace() with two more close() callsWormHeamer
2025-12-29add txt_range_equal()WormHeamer
2025-12-29add str.hWormHeamer
2025-12-29make shell_replace() work for large filesWormHeamer
2025-12-29try and prevent 0-length splits occurringWormHeamer
2025-12-29various assertsWormHeamer
2025-12-29next_word(), prev_word()WormHeamer
2025-12-28fix a couple unused var warningsWormHeamer
2025-12-28text reflow babeyyWormHeamer
2025-12-28use cnext/cprev for move_char_fwd/backWormHeamer
2025-12-28remove most explicit Txt* params, fix some utf-8 problemsWormHeamer
2025-12-28fix end_of_line() skipping empty linesWormHeamer
2025-12-28different cursor shape in insert vs normal modeWormHeamer
2025-12-28C and Z commandsWormHeamer
2025-12-28count for motionsWormHeamer
2025-12-28many changesWormHeamer
2025-12-28grow view window upwards when at end of documentWormHeamer
2025-12-28autoindentWormHeamer
2025-12-28tabs supportWormHeamer
2025-12-28lots of features & bugfixes bothWormHeamer
2025-12-28put more emphasis on TxtLocWormHeamer
2025-12-27basic piece table implementationWormHeamer