diff options
author | Eli Zaretskii <eliz@gnu.org> | 2002-01-25 14:04:06 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2002-01-25 14:04:06 +0000 |
commit | 3bf37bef88e4017b566ca47c9cff1b39c529a488 (patch) | |
tree | 6f51fac9af91022953c0038e22cc29b8d6c840c0 /etc | |
parent | 04974fec6d2da404379f3b9dc5ddc41726363e26 (diff) | |
download | emacs-3bf37bef88e4017b566ca47c9cff1b39c529a488.tar.gz |
Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -43,8 +43,10 @@ NEWS. --- ** LDAP support now defaults to ldapsearch from OpenLDAP version 2. +** Changes in support of colors on character terminals + +++ -** The new command-line option --color=MODE lets you specify a standard +*** The new command-line option --color=MODE lets you specify a standard mode for a tty color support. It is meant to be used on character terminals whose capabilities are not set correctly in the terminal database, or with terminal emulators which support colors, but don't @@ -54,6 +56,16 @@ when invoked with "ls --color", so if your terminal can support colors in "ls --color", it will support "emacs --color" as well. See the user manual for the possible values of the MODE parameter. +--- +*** Emacs now supports several character terminals which provide more +than 8 colors. For example, for `xterm', 16-color, 88-color, and +256-color modes are supported. Emacs automatically notes at startup +the extended number of colors, and defines the appropriate entries for +all of these colors. + +--- +*** There's a new support for colors on `rxvt' terminal emulator. + +++ ** Emacs can now be invoked in full-screen mode on a windowed display. @@ -380,6 +392,10 @@ SQL buffer. ** New function substring-no-properties. +++ +** The new primitive `tty-display-color-cells' returns the number of +distinct colors supported by a character terminal. + ++++ ** New function window-body-height. This is like window-height but does not count the mode line |