projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9759fb5
)
Disable xterm selection operators in stterm
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 25 Aug 2021 14:27:37 +0000
(16:27 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 25 Aug 2021 14:27:40 +0000
(16:27 +0200)
* lisp/term/st.el (xterm-st-extra-capabilities): st doesn't
support the xterm selection things (bug#50192).
lisp/term/st.el
patch
|
blob
|
history
diff --git
a/lisp/term/st.el
b/lisp/term/st.el
index f1cbad6d59f64caa1a8bf76f98588e075a9d809a..26478ca24909377005c454380b923e7e9ef691a3 100644
(file)
--- a/
lisp/term/st.el
+++ b/
lisp/term/st.el
@@
-11,8
+11,7
@@
(require 'term/xterm)
-(defcustom xterm-st-extra-capabilities '( modifyOtherKeys getSelection
- setSelection)
+(defcustom xterm-st-extra-capabilities '(modifyOtherKeys)
"Extra capabilities supported under \"stterm\"."
:version "28.1"
:type xterm--extra-capabilities-type