this variable is non-nil, Emacs will set the PRIMARY selection
from the active region, according to `select-active-regions'.
This is currently supported only on xterm."
+ :group 'frames
+ :group 'killing
:version "29.1"
:type 'boolean)
`select-active-regions' is non-nil. */
if ((!NILP (Fwindow_system (Qnil))
|| ((symval =
- find_symbol_value (Qxterm_select_active_regions),
+ find_symbol_value (Qtty_select_active_regions),
(!EQ (symval, Qunbound) && !NILP (symval)))
&& !NILP (Fterminal_parameter (Qnil,
Qxterm__set_selection))))
DEFSYM (Qgui_set_selection, "gui-set-selection");
DEFSYM (Qxterm__set_selection, "xterm--set-selection");
- DEFSYM (Qxterm_select_active_regions, "xterm-select-active-regions");
+ DEFSYM (Qtty_select_active_regions, "tty-select-active-regions");
/* The primary selection. */
DEFSYM (QPRIMARY, "PRIMARY");