When you delete characters on the command line using readline commands (e.g. Ctrl-U, you can paste using Ctrl-y, but where does it get stored? It does not seem to use X11 clipboard at all.
|
It goes into a kill-ring, just like in Emacs. From the GNU Readline docuementation:
Source: http://www.gnu.org/software/bash/manual/html_node/Readline-Killing-Commands.html The kill ring is stored in memory allocated via
|
|||||||
|
|
|
|||
|