diff options
| author | Eli Zaretskii | 2002-01-25 14:04:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-01-25 14:04:06 +0000 |
| commit | 7cc8f35a9076ed3e59f907c3dc54db63e59bd693 (patch) | |
| tree | ec2841262ef9e456b6d1e05607d06e14667a45c4 | |
| parent | 8d78fe224269daa1e8c290cf5f7362536a3dfa75 (diff) | |
| download | emacs-7cc8f35a9076ed3e59f907c3dc54db63e59bd693.tar.gz emacs-7cc8f35a9076ed3e59f907c3dc54db63e59bd693.zip | |
Document the extended color support for xterm and rxvt, and the
new tty-display-color-cells primitive.
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 17 insertions, 1 deletions
| @@ -43,8 +43,10 @@ NEWS. | |||
| 43 | --- | 43 | --- |
| 44 | ** LDAP support now defaults to ldapsearch from OpenLDAP version 2. | 44 | ** LDAP support now defaults to ldapsearch from OpenLDAP version 2. |
| 45 | 45 | ||
| 46 | ** Changes in support of colors on character terminals | ||
| 47 | |||
| 46 | +++ | 48 | +++ |
| 47 | ** The new command-line option --color=MODE lets you specify a standard | 49 | *** The new command-line option --color=MODE lets you specify a standard |
| 48 | mode for a tty color support. It is meant to be used on character | 50 | mode for a tty color support. It is meant to be used on character |
| 49 | terminals whose capabilities are not set correctly in the terminal | 51 | terminals whose capabilities are not set correctly in the terminal |
| 50 | database, or with terminal emulators which support colors, but don't | 52 | 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 | |||
| 54 | in "ls --color", it will support "emacs --color" as well. See the | 56 | in "ls --color", it will support "emacs --color" as well. See the |
| 55 | user manual for the possible values of the MODE parameter. | 57 | user manual for the possible values of the MODE parameter. |
| 56 | 58 | ||
| 59 | --- | ||
| 60 | *** Emacs now supports several character terminals which provide more | ||
| 61 | than 8 colors. For example, for `xterm', 16-color, 88-color, and | ||
| 62 | 256-color modes are supported. Emacs automatically notes at startup | ||
| 63 | the extended number of colors, and defines the appropriate entries for | ||
| 64 | all of these colors. | ||
| 65 | |||
| 66 | --- | ||
| 67 | *** There's a new support for colors on `rxvt' terminal emulator. | ||
| 68 | |||
| 57 | +++ | 69 | +++ |
| 58 | ** Emacs can now be invoked in full-screen mode on a windowed display. | 70 | ** Emacs can now be invoked in full-screen mode on a windowed display. |
| 59 | 71 | ||
| @@ -380,6 +392,10 @@ SQL buffer. | |||
| 380 | ** New function substring-no-properties. | 392 | ** New function substring-no-properties. |
| 381 | 393 | ||
| 382 | +++ | 394 | +++ |
| 395 | ** The new primitive `tty-display-color-cells' returns the number of | ||
| 396 | distinct colors supported by a character terminal. | ||
| 397 | |||
| 398 | +++ | ||
| 383 | ** New function window-body-height. | 399 | ** New function window-body-height. |
| 384 | 400 | ||
| 385 | This is like window-height but does not count the mode line | 401 | This is like window-height but does not count the mode line |