summaryrefslogtreecommitdiff
path: root/window.c
AgeCommit message (Expand)Author
2023-01-16Ignore first keypress after entering insert modecflip
2023-01-12Big improvements to font renderingcflip
2023-01-12Add a cursorcflip
2023-01-12Make the editor modal and refactor keyboard eventscflip
2023-01-11Use the new error function with the new window and font codecflip
2023-01-11Get editor size from the window instead of the terminalcflip
2023-01-11Don't try to draw newline characterscflip
2023-01-10Parse unicode tables in PSF fontscflip
2023-01-10Use PSF instead of BSF format for fontscflip
2023-01-09Implement basic keyboard event handlingcflip
2023-01-08Hook up the editor output to the windowcflip
2023-01-08Connect the window and font code to the editor's main functioncflip
2023-01-08Create a simple bitmap font reader and renderercflip