comparison lispref/frames.texi @ 90116:29e773288013

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0 (patch 150-165) - Update from CVS - Merge from gnus--rel--5.10 - Add info/dir to arch branch * miles@gnu.org--gnu-2005/gnus--rel--5.10 (patch 34-37) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 09 Mar 2005 00:09:34 +0000
parents 72cf6261961e 823da03182ac
children 08185296b491
comparison
equal deleted inserted replaced
90115:fb290921b93c 90116:29e773288013
1698 1698
1699 @node Text Terminal Colors 1699 @node Text Terminal Colors
1700 @section Text Terminal Colors 1700 @section Text Terminal Colors
1701 @cindex colors on text-only terminals 1701 @cindex colors on text-only terminals
1702 1702
1703 Emacs can display color on text-only terminals, starting with version 1703 Text-only terminals usually support only a small number of colors,
1704 21. These terminals usually support only a small number of colors, and 1704 and the computer uses small integers to select colors on the terminal.
1705 the computer uses small integers to select colors on the terminal. This 1705 This means that the computer cannot reliably tell what the selected
1706 means that the computer cannot reliably tell what the selected color 1706 color looks like; instead, you have to inform your application which
1707 looks like; instead, you have to inform your application which small 1707 small integers correspond to which colors. However, Emacs does know
1708 integers correspond to which colors. However, Emacs does know the 1708 the standard set of colors and will try to use them automatically.
1709 standard set of colors and will try to use them automatically.
1710 1709
1711 The functions described in this section control how terminal colors 1710 The functions described in this section control how terminal colors
1712 are used by Emacs. 1711 are used by Emacs.
1713 1712
1714 Several of these functions use or return @dfn{rgb values}, described 1713 Several of these functions use or return @dfn{rgb values}, described