]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable xterm selection operators in stterm
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 Aug 2021 14:27:37 +0000 (16:27 +0200)
committerLars 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

index f1cbad6d59f64caa1a8bf76f98588e075a9d809a..26478ca24909377005c454380b923e7e9ef691a3 100644 (file)
@@ -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