AnalogTerm2: Add more functionality to the font/glyph ATC sequence 65540.
- [?658467;65540h - Could already be used to reset to the default font.
- [?658467;65540;0h - Similar to the above, but does not load any default font
data, resulting in all glyphs being blanked+uninitialized.
- [?658467;65540;<n>;0h - Blank+uninitialize glyph <n> only.
- Updated tests/font-load.sh to issue a glyph blanking sequence before rows
data and fonts/*x*/*-ansi.txt font sequence files to use the feature.
- Also set to NULL some freed font related pointers for safety and debugging.
- Update README and TODO.
- Add atfontblank to at2-aliases.sh.