Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
This code change and commit message were both written using the text
editor!
|
|
The previous rasterizing code relied on each row in the font being 8
bits wide, which is not the case with any font wider than 8 pixels.
These changes make it possible to properly load the 24px Terminus font,
and somehow also fixes incorrect characters in the 12px font.
|
|
|
|
|
|
This binary file format is much easier to parse.
|
|
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.
|
|
|