Fix #4819: auto-update xterm title

This commit is contained in:
Henrik Lissner 2021-04-17 00:18:52 -04:00
parent c339bb0929
commit c9056ddb53

View file

@ -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