Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-18 | Add 'const' to the list of syntax words | cflip | |
2023-01-18 | Reimplement syntax highlighting | cflip | |
2023-01-17 | Rename 'rows' to 'lines' everywhere | cflip | |
For whatever reason lines were called rows in the code, so this refactor changes that name everywhere. The name 'row' is still used in some places to refer to the unit of height in the screen. | |||
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/. |