[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lispref/frames.texi
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] Changes to emacs/lispref/frames.texi |
Date: |
Sun, 03 Feb 2002 06:21:01 -0500 |
Index: emacs/lispref/frames.texi
diff -c emacs/lispref/frames.texi:1.54 emacs/lispref/frames.texi:1.55
*** emacs/lispref/frames.texi:1.54 Fri Jan 25 09:15:02 2002
--- emacs/lispref/frames.texi Sun Feb 3 06:21:01 2002
***************
*** 1575,1589 ****
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 address@hidden 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}. 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
--- 1575,1586 ----
selected frame's terminal; @pxref{Input Focus}). At present, though,
the @var{display} argument has no effect.
@defun tty-display-color-cells &optional display
This function returns the number of distinct colors supported for
! @var{display}. For a monochrome terminal which only supports two colors
! (usually black and white), this function returns zero. (Lisp programs
! should avoid use of this function; instead, use the display-independent
! @code{display-color-cells}, described in @ref{Display Feature Testing}.)
@end defun
@defun tty-color-define name number &optional rgb display
- [Emacs-diffs] Changes to emacs/lispref/frames.texi,
Eli Zaretskii <=