Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
75f97d20
Commit
75f97d20
authored
Feb 05, 2005
by
Eli Zaretskii
Browse files
(Colors): Mention 16-, 88- and 256-color modes.
Impove docs of list-colors-display.
parent
f705df79
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
man/cmdargs.texi
man/cmdargs.texi
+6
-1
No files found.
man/cmdargs.texi
View file @
75f97d20
...
@@ -874,6 +874,9 @@ displays the entire font @samp{6x13}.
...
@@ -874,6 +874,9 @@ displays the entire font @samp{6x13}.
parts of the Emacs display. To find out what colors are available on
parts of the Emacs display. To find out what colors are available on
your system, type @kbd{M-x list-colors-display}, or press
your system, type @kbd{M-x list-colors-display}, or press
@kbd{C-Mouse-2} and select @samp{Display Colors} from the pop-up menu.
@kbd{C-Mouse-2} and select @samp{Display Colors} from the pop-up menu.
(A particular window system might support many more colors, but the
list displayed by @code{list-colors-display} shows their portable
subset that can be safely used on any display supported by Emacs.)
If you do not specify colors, on windowed displays the default for the
If you do not specify colors, on windowed displays the default for the
background is white and the default for all other colors is black. On a
background is white and the default for all other colors is black. On a
monochrome display, the foreground is black, the background is white,
monochrome display, the foreground is black, the background is white,
...
@@ -947,7 +950,9 @@ specified by the ANSI escape sequences for the 8 standard colors.
...
@@ -947,7 +950,9 @@ specified by the ANSI escape sequences for the 8 standard colors.
Use color mode for @var{num} colors. If @var{num} is -1, turn off
Use color mode for @var{num} colors. If @var{num} is -1, turn off
color support (equivalent to @samp{never}); if it is 0, use the
color support (equivalent to @samp{never}); if it is 0, use the
default color support for this terminal (equivalent to @samp{auto});
default color support for this terminal (equivalent to @samp{auto});
otherwise use an appropriate standard mode for @var{num} colors. If
otherwise use an appropriate standard mode for @var{num} colors.
Depending on your terminal's capabilities, Emacs might be able to turn
on a color mode for 8, 16, 88, or 256 as the value of @var{num}. If
there is no mode that supports @var{num} colors, Emacs acts as if
there is no mode that supports @var{num} colors, Emacs acts as if
@var{num} were 0, i.e.@: it uses the terminal's default color support
@var{num} were 0, i.e.@: it uses the terminal's default color support
mode.
mode.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment