Age | Commit message (Expand) | Author |
---|---|---|
2023-01-17 | Rename 'rows' to 'lines' everywhere | cflip |
2023-01-16 | Ignore first keypress after entering insert mode | cflip |
2023-01-12 | Big improvements to font rendering | cflip |
2023-01-12 | Add a cursor | cflip |
2023-01-12 | Make the editor modal and refactor keyboard events | cflip |
2023-01-11 | Use the new error function with the new window and font code | cflip |
2023-01-11 | Get editor size from the window instead of the terminal | cflip |
2023-01-11 | Don't try to draw newline characters | cflip |
2023-01-10 | Parse unicode tables in PSF fonts | cflip |
2023-01-10 | Use PSF instead of BSF format for fonts | cflip |
2023-01-09 | Implement basic keyboard event handling | cflip |
2023-01-08 | Hook up the editor output to the window | cflip |
2023-01-08 | Connect the window and font code to the editor's main function | cflip |
2023-01-08 | Create a simple bitmap font reader and renderer | cflip |