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:
parent
ca84c6f190
commit
b97b3a63bc
@ -183,8 +183,8 @@ main (int argc, char** argv)
|
|||||||
font_add_glyph (empty);
|
font_add_glyph (empty);
|
||||||
|
|
||||||
/* font load order is only important if glyphs are redefined */
|
/* 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/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/lat2u-16.psf.gz", 0); /* Latin-2 */
|
||||||
load_psf_font ("/usr/share/consolefonts/lat4u-16.psf.gz", 0); /* Baltic */
|
load_psf_font ("/usr/share/consolefonts/lat4u-16.psf.gz", 0); /* Baltic */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user