Fix #4819: auto-update xterm title
This commit is contained in:
parent
c339bb0929
commit
c9056ddb53
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
;;; os/tty/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
;; Keep window title up-to-date; should fail gracefully in non-xterm terminals.
|
||||
;; Only works in Emacs 27+.
|
||||
(setq xterm-set-window-title t)
|
||||
|
||||
;; Some terminals offer two different cursors: a "visible" static cursor and a
|
||||
;; "very visible" blinking one. By default, Emacs uses the very visible cursor
|
||||
;; and will switch back to it when Emacs is started or resumed. A nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue