mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +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,9 +32,13 @@
|
|||
(format "\e[27;5;%d~" (+ ascii-start n))
|
||||
(vector (1+ n)))))
|
||||
|
||||
(define-key xterm-function-map
|
||||
"\e[27;5;8~"
|
||||
[C-backspace])
|
||||
|
||||
(define-key xterm-function-map
|
||||
"\e[27;5;32~"
|
||||
[?\C-\s] ;; Or (kbd "C-SPC") ;; Or [?\C- ]
|
||||
[?\C-\s] ;; Or (kbd "C-SPC") ;; Or [?\C- ]
|
||||
)
|
||||
|
||||
(define-key xterm-function-map
|
||||
|
|
@ -45,7 +49,7 @@
|
|||
;; (xterm--init-modify-other-keys)
|
||||
(send-string-to-terminal "\e[>4;2m")
|
||||
(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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue