diff options
Diffstat (limited to 'console-tools/loadfont.c')
-rw-r--r-- | console-tools/loadfont.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index c6a3a4c..863c6ef 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c @@ -80,7 +80,10 @@ static void do_loadfont(int fd, unsigned char *inbuf, int unit, int fontsize) } #if 0 -/* These ones do not honour -C tty (they set font on current tty regardless) */ +/* These ones do not honour -C tty (they set font on current tty regardless) + * On x86, this distinction is visible on framebuffer consoles + * (regular character consoles may have only one shared font anyway) + */ #if defined(PIO_FONTX) && !defined(__sparc__) { struct consolefontdesc cfd; |