mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-22 10:26:20 +00:00
Disable XTerm titles (Bug#28591)
* etc/NEWS: Mention it. * lisp/term/xterm.el (xterm-set-window-title): Disable it.
This commit is contained in:
parent
3c2e8eff8c
commit
2c39565dc0
5
etc/NEWS
5
etc/NEWS
@ -67,8 +67,9 @@ globally or for individual definitions.
|
||||
|
||||
** Enhanced xterm support
|
||||
|
||||
*** New variable 'xterm-set-window-title' controls whether Emacs
|
||||
sets the XTerm window title. The default is to set the window title.
|
||||
*** New variable 'xterm-set-window-title' controls whether Emacs sets
|
||||
the XTerm window title. This feature is experimental and is disabled
|
||||
by default.
|
||||
|
||||
|
||||
* New Modes and Packages in Emacs 27.1
|
||||
|
@ -68,7 +68,7 @@ string bytes that can be copied is 3/4 of this value."
|
||||
:version "25.1"
|
||||
:type 'integer)
|
||||
|
||||
(defcustom xterm-set-window-title t
|
||||
(defcustom xterm-set-window-title nil
|
||||
"Whether Emacs should set window titles to an Emacs frame in an XTerm."
|
||||
:version "27.1"
|
||||
:type 'boolean)
|
||||
|
Loading…
Reference in New Issue
Block a user