summaryrefslogtreecommitdiff
path: root/buffer.h
AgeCommit message (Collapse)Author
2023-01-25Rename `append_buffer` to textbufcflip
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-08Use C-style include guards instead of #pragma oncecflip
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/.