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
7cc8f35a
Commit
7cc8f35a
authored
Jan 25, 2002
by
Eli Zaretskii
Browse files
Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.
parent
8d78fe22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
etc/NEWS
etc/NEWS
+17
-1
No files found.
etc/NEWS
View file @
7cc8f35a
...
...
@@ -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.
...
...
@@ -379,6 +391,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.
...
...
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