Full reset sequence

This commit is contained in:
Tony Garnock-Jones 2011-10-28 18:16:44 -04:00
parent 471804120c
commit 8e0b11d5e0
1 changed files with 2 additions and 0 deletions

View File

@ -218,6 +218,8 @@
;; xterm sequences
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(define-escape-sequence (xterm-full-reset) "\033c") ;; DEC also?
(define (xterm-set-icon-name-and-window-title text)
(string-append OSC "0;" text ST))
(define (xterm-set-icon-name text)