mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
update document for transparent background color
This commit is contained in:
parent
2b6cd9e300
commit
df4e1cb8c3
10
doc/mc.1.in
10
doc/mc.1.in
@ -1,4 +1,4 @@
|
|||||||
.TH mc 1 "20 October 1997"
|
.TH mc 1 "30 October 1998"
|
||||||
.\"SKIP_SECTION"
|
.\"SKIP_SECTION"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
mc \- Visual shell for Unix-like systems.
|
mc \- Visual shell for Unix-like systems.
|
||||||
@ -2759,7 +2759,13 @@ Special Settings).
|
|||||||
.PP
|
.PP
|
||||||
The possible colors are: black, gray, red, brightred, green,
|
The possible colors are: black, gray, red, brightred, green,
|
||||||
brightgreen, brown, yellow, blue, brightblue, magenta, brightmagenta,
|
brightgreen, brown, yellow, blue, brightblue, magenta, brightmagenta,
|
||||||
cyan, brightcyan, lightgray and white.
|
cyan, brightcyan, lightgray and white. And there is a special keyword
|
||||||
|
for transparent background. It is 'default'. The 'default' can only be
|
||||||
|
used for background color. Example:
|
||||||
|
.nf
|
||||||
|
[Colors]
|
||||||
|
base_color=normal=white,default:marked=magenta,default
|
||||||
|
.fi
|
||||||
.PP
|
.PP
|
||||||
.SH "Special Settings"
|
.SH "Special Settings"
|
||||||
Most of the settings of the Midnight Commander can be changed from the
|
Most of the settings of the Midnight Commander can be changed from the
|
||||||
|
11
doc/mc.sgml
11
doc/mc.sgml
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
|
||||||
<mantitle title="mc" sectnum="1" date="20 October 1997" name="mc - Visual shell for Unix-like systems">
|
<mantitle title="mc" sectnum="1" date="30 October 1998" name="mc - Visual shell for Unix-like systems">
|
||||||
<title>GNU Midnight Commander User's Guide
|
<title>GNU Midnight Commander User's Guide
|
||||||
<author>Written by the Midnight Commander development team <tt/mc-devel@nuclecu.unam.mx/
|
<author>Written by the Midnight Commander development team <tt/mc-devel@nuclecu.unam.mx/
|
||||||
<date>v 3.0, 16 September 1995
|
<date>v 3.0, 16 September 1995
|
||||||
@ -2355,7 +2355,14 @@ at the section on <lnk name="special settings" id="Special Settings">).
|
|||||||
|
|
||||||
The possible colors are: black, gray, red, brightred, green,
|
The possible colors are: black, gray, red, brightred, green,
|
||||||
brightgreen, brown, yellow, blue, brightblue, magenta,
|
brightgreen, brown, yellow, blue, brightblue, magenta,
|
||||||
brightmagenta, cyan, brightcyan, lightgray and white.
|
brightmagenta, cyan, brightcyan, lightgray and white. An there is a special
|
||||||
|
keyword for transparent background. It is 'default'. The 'default' can only
|
||||||
|
be used for background color. Example:
|
||||||
|
|
||||||
|
<tscreen><verb>
|
||||||
|
[Colors]
|
||||||
|
base_color=normal=white,default:marked=magenta,default
|
||||||
|
</verb></tscreen>
|
||||||
|
|
||||||
<sect>Special Settings<label id="Special Settings">
|
<sect>Special Settings<label id="Special Settings">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user