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
e0c124ce
Commit
e0c124ce
authored
Jan 14, 2002
by
Eli Zaretskii
Browse files
Document the new --color arg and tty-color-mode frame parameter.
parent
fa2301bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
etc/NEWS
etc/NEWS
+17
-0
No files found.
etc/NEWS
View file @
e0c124ce
...
...
@@ -28,6 +28,17 @@ Emacs with Leim.
* Changes in Emacs 21.3
+++
** 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
set the TERM environment variable to a name of a color-capable
terminal. "emacs --color" uses the same color commands as GNU `ls'
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 can now be invoked in full-screen mode on a windowed display.
...
...
@@ -315,6 +326,12 @@ SQL buffer.
* Lisp Changes in Emacs 21.3
+++
** The new frame parameter `tty-color-mode' specifies the mode to use
for color support on character terminal frames. Its value can be a
number of colors to support, or a symbol. See the Emacs Lisp
Reference manual for more detailed documentation.
** Already true in Emacs 21.1, but not emphasized clearly enough:
Multibyte buffers can now faithfully record all 256 character codes
...
...
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