diff --git a/sys/share/pcmain.c b/sys/share/pcmain.c index 99cc03032..1d89eb6aa 100644 --- a/sys/share/pcmain.c +++ b/sys/share/pcmain.c @@ -550,7 +550,7 @@ char *argv[]; if (!strncmpi(argv[0]+1, "IBM", 3)) { # ifdef ASCIIGRAPH load_symset("IBMGraphics", FALSE); - load_symset("IBMGraphics", TRUE); + load_symset("RogueIBM", TRUE); switch_graphics(TRUE); # endif } diff --git a/sys/share/unixtty.c b/sys/share/unixtty.c index 27092eaf6..c6ff7a6b9 100644 --- a/sys/share/unixtty.c +++ b/sys/share/unixtty.c @@ -367,7 +367,7 @@ init_sco_cons() sco_mapoff(); # ifdef ASCIIGRAPH load_symset("IBMGraphics", FALSE); - load_symset("IBMGraphics", TRUE); + load_symset("RogueIBM", TRUE); switch_graphics(TRUE); # endif # ifdef TEXTCOLOR