mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Well, that should be all...
This commit is contained in:
parent
7fcb4b7754
commit
909e194396
1 changed files with 6 additions and 2 deletions
|
|
@ -32,6 +32,10 @@
|
||||||
(format "\e[27;5;%d~" (+ ascii-start n))
|
(format "\e[27;5;%d~" (+ ascii-start n))
|
||||||
(vector (1+ n)))))
|
(vector (1+ n)))))
|
||||||
|
|
||||||
|
(define-key xterm-function-map
|
||||||
|
"\e[27;5;8~"
|
||||||
|
[C-backspace])
|
||||||
|
|
||||||
(define-key xterm-function-map
|
(define-key xterm-function-map
|
||||||
"\e[27;5;32~"
|
"\e[27;5;32~"
|
||||||
[?\C-\s] ;; Or (kbd "C-SPC") ;; Or [?\C- ]
|
[?\C-\s] ;; Or (kbd "C-SPC") ;; Or [?\C- ]
|
||||||
|
|
@ -45,7 +49,7 @@
|
||||||
;; (xterm--init-modify-other-keys)
|
;; (xterm--init-modify-other-keys)
|
||||||
(send-string-to-terminal "\e[>4;2m")
|
(send-string-to-terminal "\e[>4;2m")
|
||||||
(push "\e[>4m" (terminal-parameter nil 'tty-mode-reset-strings))
|
(push "\e[>4m" (terminal-parameter nil 'tty-mode-reset-strings))
|
||||||
(push "\e[>4;1m" (terminal-parameter nil 'tty-mode-set-strings))
|
(push "\e[>4;2m" (terminal-parameter nil 'tty-mode-set-strings))
|
||||||
|
|
||||||
(xterm-mouse-mode 1)
|
(xterm-mouse-mode 1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue