summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Collapse)Author
2023-01-12Replace call to strdup() with equivalent behaviourcflip
This was causing the editor to crash on startup when opening a file from the command line.
2023-01-11Remove all terminal-related codecflip
2023-01-08Initial import of existing source codecflip
This is based off of snaptoken's "Build Your Own Text Editor" tutorial at https://viewsourcecode.org/snaptoken/kilo/.