Variable: xterm-store-paste-on-kill-ring

xterm-store-paste-on-kill-ring is a customizable variable defined in xterm.el.gz.

Value

t

Documentation

If non-nil, pasting text into Emacs will put the text onto the kill ring.

This user option is only heeded when using a terminal using xterm capabilities, and only when that terminal understands bracketed paste.

This variable was added, or its default value changed, in Emacs 28.1.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/term/xterm.el.gz
(defcustom xterm-store-paste-on-kill-ring t
  "If non-nil, pasting text into Emacs will put the text onto the kill ring.
This user option is only heeded when using a terminal using xterm
capabilities, and only when that terminal understands bracketed paste."
  :version "28.1"
  :type 'boolean)