in reply to PerlTk, LINUX, GNOME3: how NOT to affect clipboard by selection from list?

I think you want -exportselection => 0

For an example, see Re: TK + Script

  • Comment on Re: PerlTk, LINUX, GNOME3: how NOT to affect clipboard by selection from list?
  • Download Code

Replies are listed 'Best First'.
Re^2: PerlTk, LINUX, GNOME3: how NOT to affect clipboard by selection from list?
by kaza_perl_ip (Acolyte) on Jan 13, 2025 at 08:46 UTC
    Thanks! That's exactly what had been missing.