From dc70069a466a62c7a8392c576423be2d5c22bbcf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 8 Nov 2008 21:39:06 +0000 Subject: kbd_mode: support -C TTY option function old new delta packed_usage 25334 25361 +27 kbd_mode_main 146 173 +27 --- console-tools/loadfont.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'console-tools/loadfont.c') diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index c6a3a4cd8..863c6efcd 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; -- cgit v1.2.3