On standard Linux setups you have two general paste buffers, the main copy(^C)/paste(^V) one and the select-text/middle-click one. For both of these buffers:

  • At what level in the environment are these buffers stored/managed; the kernel, the X server, KDE/Gnome, or some other service somewhere?

  • Can they be programmatically accessed somehow using some standard library?

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

They're at the X level (simplified description). They can be accessed via normal X routines.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.