| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-19 | Load gzipped fonts from /usr/local/share/consolefonts/ | cflip | |
| The editor now loads fonts from /usr/ instead of the current working directory. Since they are gzipped the font loading code now uses zlib to read from the files. These fonts in particular were installed with `make install-psf` from the Terminus makefile, however the location may vary from system to system. | |||
| 2023-01-10 | Parse unicode tables in PSF fonts | cflip | |
| 2023-01-10 | Use PSF instead of BSF format for fonts | cflip | |
| This binary file format is much easier to parse. | |||
| 2023-01-08 | Connect the window and font code to the editor's main function | cflip | |
