Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | Reimplement editor_prompt and 'Save as' using the new prompt modeHEADmaster | cflip | |
Now there there is a new way to prompt for text, we can reimplement the long abandoned editor_prompt function and use it to allow saving to new files. The new editor_prompt function takes a callback that will be called after the user presses enter on the prompt. | |||
2023-01-08 | Use C-style include guards instead of #pragma once | cflip | |
2023-01-08 | Initial import of existing source code | cflip | |
This is based off of snaptoken's "Build Your Own Text Editor" tutorial at https://viewsourcecode.org/snaptoken/kilo/. |