Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-12 | Clean up editor_state's memory on teardown | cflip | |
2023-01-11 | Get editor size from the window instead of the terminal | cflip | |
Previously the editor would resize itself upon startup by finding the size of the current terminal window, but now that it is running in an actual window it should get the number of rows and columns from there. This also adds parameters for the window size in rows and columns to the window_init() function. | |||
2023-01-09 | Implement basic keyboard event handling | 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/. |