aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorEli Zaretskii2022-06-18 19:21:21 +0300
committerEli Zaretskii2022-06-18 19:21:21 +0300
commit7e1f84fa3bc7dfd84415813889c91070c0759da2 (patch)
treefda6078caa8f3ce0224480c9ba504be62178bc10 /lisp/term
parent233b3dc7e167298611d96af923abb8009f587179 (diff)
downloademacs-7e1f84fa3bc7dfd84415813889c91070c0759da2.tar.gz
emacs-7e1f84fa3bc7dfd84415813889c91070c0759da2.zip
Fix test failures due to 'xterm-select-active-regions'
* lisp/frame.el (tty-select-active-regions): Rename from xterm-select-active-regions and move here from xterm.c. (display-selections-p): Adjust to the above. (Bug#55883)
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/xterm.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el
index 0791780d406..a7e257f41c5 100644
--- a/lisp/term/xterm.el
+++ b/lisp/term/xterm.el
@@ -80,14 +80,6 @@ capabilities, and only when that terminal understands bracketed paste."
80 :version "28.1" 80 :version "28.1"
81 :type 'boolean) 81 :type 'boolean)
82 82
83(defcustom xterm-select-active-regions nil
84 "If non-nil, update PRIMARY X selection on text-mode frames.
85On a text-mode terminal that supports setSelection command, if
86this variable is non-nil, Emacs will set the PRIMARY selection
87from the active region, according to `select-active-regions'."
88 :version "29.1"
89 :type 'boolean)
90
91(defconst xterm-paste-ending-sequence "\e[201~" 83(defconst xterm-paste-ending-sequence "\e[201~"
92 "Characters sent by the terminal to end a bracketed paste.") 84 "Characters sent by the terminal to end a bracketed paste.")
93 85