Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11 | Remove all terminal-related code | cflip | |
2023-01-10 | Improve makefile | cflip | |
2023-01-08 | Compile with debug information enabled | cflip | |
2023-01-08 | Connect the window and font code to the editor's main function | 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/. |