diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-06-18 19:21:21 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-06-18 19:21:21 +0300 |
commit | 7e1f84fa3bc7dfd84415813889c91070c0759da2 (patch) | |
tree | fda6078caa8f3ce0224480c9ba504be62178bc10 /lisp/term/xterm.el | |
parent | 233b3dc7e167298611d96af923abb8009f587179 (diff) | |
download | emacs-7e1f84fa3bc7dfd84415813889c91070c0759da2.tar.gz emacs-7e1f84fa3bc7dfd84415813889c91070c0759da2.tar.bz2 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/xterm.el')
-rw-r--r-- | lisp/term/xterm.el | 8 |
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." :version "28.1" :type 'boolean) -(defcustom xterm-select-active-regions nil - "If non-nil, update PRIMARY X selection on text-mode frames. -On a text-mode terminal that supports setSelection command, if -this variable is non-nil, Emacs will set the PRIMARY selection -from the active region, according to `select-active-regions'." - :version "29.1" - :type 'boolean) - (defconst xterm-paste-ending-sequence "\e[201~" "Characters sent by the terminal to end a bracketed paste.") |