diff options
| -rw-r--r-- | lisp/term/xterm.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index cc9d5101d52..a91608b0f56 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el | |||
| @@ -1334,8 +1334,8 @@ versions of xterm." | |||
| 1334 | "\e]12;?\e\\" | 1334 | "\e]12;?\e\\" |
| 1335 | `(("\e]12;" . ,(lambda () | 1335 | `(("\e]12;" . ,(lambda () |
| 1336 | (let ((str (xterm--read-string ?\e ?\\))) | 1336 | (let ((str (xterm--read-string ?\e ?\\))) |
| 1337 | ;; The response is specifically formated to set the | 1337 | ;; The response is specifically formatted to set |
| 1338 | ;; color | 1338 | ;; the color. |
| 1339 | (push | 1339 | (push |
| 1340 | (concat "\e]12;" str "\e\\") | 1340 | (concat "\e]12;" str "\e\\") |
| 1341 | (terminal-parameter nil 'tty-mode-reset-strings))))))) | 1341 | (terminal-parameter nil 'tty-mode-reset-strings))))))) |