setfont: support -m and -C, support -m TEXTUAL_MAP (by Vladimir)

build system: fixlet for echo applet config

function                                             old     new   delta
setfont_main                                         157     387    +230
ctoi                                                   -      75     +75
packed_usage                                       24921   24950     +29
This commit is contained in:
Denis Vlasenko
2008-09-16 19:35:42 +00:00
parent a1e16c9298
commit 53f219ebbe
4 changed files with 125 additions and 17 deletions

View File

@ -3533,11 +3533,13 @@
"\n -W Display warnings about entries that had no matching files" \
#define setfont_trivial_usage \
"[-m mapfile] font"
"FONT [-m MAPFILE] [-C TTY]"
#define setfont_full_usage "\n\n" \
"Load a console font\n" \
"\nOptions:" \
"\n -m mapfile Load console screen map from mapfile"
"\n -m MAPFILE Load console screen map" \
"\n -C TTY Affect TTY instead of /dev/tty" \
#define setfont_example_usage \
"$ setfont -m koi8-r /etc/i18n/fontname\n"