2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-22 10:17:06 +00:00

change font load order

To get correct '|' symbol.
This commit is contained in:
Dietmar Maurer 2013-10-29 13:20:59 +01:00
parent ca84c6f190
commit b97b3a63bc
2 changed files with 12943 additions and 13123 deletions

View File

@ -183,8 +183,8 @@ main (int argc, char** argv)
font_add_glyph (empty);
/* font load order is only important if glyphs are redefined */
load_psf_font ("/usr/share/consolefonts/default8x16.psf.gz", 1); /* vga default */
load_psf_font ("/usr/share/consolefonts/lat1u-16.psf.gz", 0); /* Latin-1 */
load_psf_font ("/usr/share/consolefonts/default8x16.psf.gz", 1); /* vga default */
load_psf_font ("/usr/share/consolefonts/lat2u-16.psf.gz", 0); /* Latin-2 */
load_psf_font ("/usr/share/consolefonts/lat4u-16.psf.gz", 0); /* Baltic */

26064
glyphs.h

File diff suppressed because it is too large Load Diff