mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Oops, that's the correct modifyOtherKeys=2 syntax
This commit is contained in:
parent
87e696e61b
commit
79f776ab63
1 changed files with 2 additions and 3 deletions
|
|
@ -42,9 +42,8 @@
|
||||||
)
|
)
|
||||||
|
|
||||||
(define-key xterm-function-map
|
(define-key xterm-function-map
|
||||||
"\e[32;2u"
|
"\e[32;2;32~"
|
||||||
[?\S-\s]
|
[?\S-\s])
|
||||||
)
|
|
||||||
|
|
||||||
;; (xterm--init-modify-other-keys)
|
;; (xterm--init-modify-other-keys)
|
||||||
(send-string-to-terminal "\e[>4;2m")
|
(send-string-to-terminal "\e[>4;2m")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue