summaryrefslogtreecommitdiff
path: root/font.c
AgeCommit message (Collapse)Author
2023-01-11Use the new error function with the new window and font codecflip
2023-01-10Parse unicode tables in PSF fontscflip
2023-01-10Use PSF instead of BSF format for fontscflip
This binary file format is much easier to parse.
2023-01-08Hook up the editor output to the windowcflip
Now the text editor is visible in the window! There are still escape codes for terminal output all over the place, but this is a good start.
2023-01-08Connect the window and font code to the editor's main functioncflip