Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-25 | Rename `append_buffer` to textbuf | cflip | |
This name is a little bit better I think, and it will be nice to have a distinction between this utility and the 'file' kind of buffer. | |||
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/. |