summaryrefslogtreecommitdiff
path: root/src/dged/command.h
AgeCommit message (Collapse)Author
2024-04-03Add completion to executeAlbert Cervin
Completes on the command, not on following arguments if written directly at the prompt.
2023-05-24Formatting changesAlbert Cervin
2023-05-01Implement window handlingAlbert Cervin
Also implement searching. fix undo boundaries when it checked for other save point, it used && instead of == which caused it to overwrite other types. Fix bytes vs chars bug in text_get_region