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
7261e1cf
Commit
7261e1cf
authored
Jul 11, 2011
by
Lars Magne Ingebrigtsen
Browse files
(Display Feature Testing): Try to explain what all the visual classes mean
Fixes: debbugs:3042
parent
481a51b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+5
-0
doc/lispref/frames.texi
doc/lispref/frames.texi
+7
-4
No files found.
doc/lispref/ChangeLog
View file @
7261e1cf
2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org>
* frames.texi (Display Feature Testing): Try to explain what all
the visual classes mean (bug#3042).
2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
* modes.texi (Mode Line Variables): Document `mode-line-remote'
...
...
doc/lispref/frames.texi
View file @
7261e1cf
...
...
@@ -2446,10 +2446,13 @@ For a tty display, it is log to base two of the number of colors supported.
@end defun
@defun display-visual-class &optional display
This function returns the visual class for the screen. The value is one
of the symbols @code{static-gray}, @code{gray-scale},
@code{static-color}, @code{pseudo-color}, @code{true-color}, and
@code{direct-color}.
This function returns the visual class for the screen. The value is
one of the symbols @code{static-gray} (a limited, unchangeable number
of grays), @code{gray-scale} (a full range of grays),
@code{static-color} (a limited, unchangeable number of colors),
@code{pseudo-color} (a limited number of colors), @code{true-color} (a
full range of colors), and @code{direct-color} (a full range of
colors).
@end defun
@defun display-color-cells &optional display
...
...
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