diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-08 21:39:06 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-11-08 21:39:06 +0000 |
commit | dc70069a466a62c7a8392c576423be2d5c22bbcf (patch) | |
tree | ad26e9d1485a4ee17a841b34274554ab2109b115 /console-tools/loadfont.c | |
parent | 2a8329e0e9d1d6dcbcec27f01b0affef67a33554 (diff) | |
download | busybox-w32-dc70069a466a62c7a8392c576423be2d5c22bbcf.tar.gz busybox-w32-dc70069a466a62c7a8392c576423be2d5c22bbcf.tar.bz2 busybox-w32-dc70069a466a62c7a8392c576423be2d5c22bbcf.zip |
kbd_mode: support -C TTY option
function old new delta
packed_usage 25334 25361 +27
kbd_mode_main 146 173 +27
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 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) | |||
80 | } | 80 | } |
81 | 81 | ||
82 | #if 0 | 82 | #if 0 |
83 | /* These ones do not honour -C tty (they set font on current tty regardless) */ | 83 | /* These ones do not honour -C tty (they set font on current tty regardless) |
84 | * On x86, this distinction is visible on framebuffer consoles | ||
85 | * (regular character consoles may have only one shared font anyway) | ||
86 | */ | ||
84 | #if defined(PIO_FONTX) && !defined(__sparc__) | 87 | #if defined(PIO_FONTX) && !defined(__sparc__) |
85 | { | 88 | { |
86 | struct consolefontdesc cfd; | 89 | struct consolefontdesc cfd; |