MAN page from Old RedHat 5.X kbd-0.94-6.i386.rpm
MAPSCRN
Section: International Support (8)
Updated: 20 March 1993
Index NAME
mapscrn - load screen output mapping table
SYNOPSIS
mapscrn[
-o map.orig]
mapfile DESCRIPTION
The
mapscrncommand loads a user defined output character mapping table into theconsole driver. The console driver may be later put into
use user-defined mapping tablemode by outputting a special escape sequence to the console device.This sequence is
<esc>(Kfor the
G0 character set and
<esc>)Kfor the
G1character set.When the
-ooption is given, the old map is saved in
map.orig. OPERATION
The
mapscrncommand can read the map in either of two formats:
1. 256 byte binary data
2. two-column text file
Format (1) is is an image of translation
table. Any time a character with the code
iis output to the console device, the character with the code
table[i]appears on the screen. Format (2) is used to fill the
tableas follows: cell with offset mentioned in the first column is filledwith the value mentioned in the second column.
Values in the file may be specified in one of four formats:
1. Decimal: string of decimal digits not beginning with '0'
2. Octal: string of octal digits beginning with '0'
3. Hexadecimal: string of hexadecimal digits preceded by "0x"
4. Character: Single character enclosed in single quotes.Note that blank, comma, tab character and '#' cannot be specifiedwith the 4th format.
Note that control characters ( with codes < 32) cannot be re-mapped withmapscrnbecause they have special meaning for the driver.
SEE ALSO
setfont(8)
AUTHOR
Copyright (C) 1993 Eugene G. Crosser
<crosserAATTpccross.msk.su>
This software and documentation may be distributed freely.
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPERATION
- SEE ALSO
- AUTHOR
This document was created byman2html,using the manual pages.