* docs/grub.texi: Update note on colors on emu console.
This commit is contained in:
parent
b726be7653
commit
ea547e1413
2 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-10-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* docs/grub.texi: Update note on colors on emu console.
|
||||
|
||||
2013-10-07 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/ufs.c (grub_ufs_get_file_block): Give GRUB_ERR_BAD_FS
|
||||
|
|
|
@ -2886,16 +2886,14 @@ The color support support varies from terminal to terminal.
|
|||
@samp{mda_text} color support is limited to highlighting by
|
||||
black/white reversal.
|
||||
|
||||
@samp{console} on ARC and IEEE1275, @samp{serial_*} and
|
||||
@samp{console} on ARC, EMU and IEEE1275, @samp{serial_*} and
|
||||
@samp{spkmodem} are governed by terminfo and support
|
||||
only 8 colors if in modes @samp{vt100-color}, @samp{arc}
|
||||
(default for console on ARC), @samp{ieee1275} (default
|
||||
only 8 colors if in modes @samp{vt100-color} (default for console on emu),
|
||||
@samp{arc} (default for console on ARC), @samp{ieee1275} (default
|
||||
for console on IEEE1275). When in mode @samp{vt100}
|
||||
then the color support is limited to highlighting by black/white
|
||||
reversal. When in mode @samp{dumb} there is no color support.
|
||||
|
||||
@samp{console} on EMU supports 8 colors.
|
||||
|
||||
When console supports no colors this setting is ignored.
|
||||
When console supports 8 colors, then the colors from the
|
||||
second half of the previous list are mapped to the
|
||||
|
|
Loading…
Reference in a new issue