]> git.eshelyaron.com Git - emacs.git/commit
Handle OSC command to set window title
authorMatthias Meulien <orontee@gmail.com>
Sat, 17 Sep 2022 15:54:24 +0000 (17:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 18 Sep 2022 12:50:01 +0000 (14:50 +0200)
commit530fdab880e9da25bf37a64d167358454f362b56
tree5f4c395217e979af421dcd3f3570eca1d671c778
parent7354f4e3e657e41781b04640797a47c3aaba1457
Handle OSC command to set window title

* lisp/osc.el (osc-handlers): Bind osc-window-title-handler to OSC
command 2.
(osc-window-title): Local variable storing string extracted from OSC
command 2.
(osc-window-title-handler): Copy text from OSC command 2 to
osc-window-title (bug#57821).
lisp/osc.el