diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-01-25 14:15:02 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-01-25 14:15:02 +0000 |
commit | e8384e86112b25f79cfc19f3da0ad48c2b5746c8 (patch) | |
tree | 56a990dc84b9caeb2532f6d20ee1724a0240b443 | |
parent | 0011f34671f91aa8c225bb294afbabd28991d09c (diff) | |
download | emacs-e8384e86112b25f79cfc19f3da0ad48c2b5746c8.tar.gz |
(Text Terminal Colors): Document tty-display-color-p.
-rw-r--r-- | lispref/frames.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index af03160d992..adae8efe732 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1575,9 +1575,15 @@ will specify which terminal to operate on (the default being the selected frame's terminal; @pxref{Input Focus}). At present, though, the @var{display} argument has no effect. +@defun tty-display-color-p &optional display +This function returns non-@code{nil} if the terminal on @var{display} +supports colors. +@end defun + @defun tty-display-color-cells &optional display This function returns the number of distinct colors supported for -@var{display}. +@var{display}. For a monochrome terminal which only supports two +colors (usually black and white), this function returns zero. @end defun @defun tty-color-define name number &optional rgb display |