CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/18 11:38:34
Modified files:
sys/arch/sparc64/dev: pcons.c
sys/dev/ic : sti.c vga.c
sys/dev/rasops : rasops.c
Log message:
Make sure that, when a particular mapchar() can't find a proper glyph for the
requested character in the font it is using, it suggests a question mark
character, instead of a space, so that the existence of the non-representable
character becomes visible.
Note that this is consistent with pcdisplay which suggests a diamond for
missing glyphs.