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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user