Re: [dev] [st] clipboard selection behavior (patch applied)

2013-03-17 Thread Alexander Sedov
When selecting text, st provides result in *both* PRIMARY and CLIPBOARD. 2013/3/16 Uli Armbruster : > * Alexander Sedov [15.03.2013 09:31]: >> clippaste() is meant for CLIPBOARD. >> For PRIMARY, it has selpaste(). > > Ok, thanks! > > Then what's the correct way to make st use PRIMARY when text is

Re: [dev] [st] clipboard selection behavior (patch applied)

2013-03-16 Thread Uli Armbruster
* Alexander Sedov [15.03.2013 09:31]: > clippaste() is meant for CLIPBOARD. > For PRIMARY, it has selpaste(). Ok, thanks! Then what's the correct way to make st use PRIMARY when text is selected?

Re: [dev] [st] clipboard selection behavior (patch applied)

2013-03-15 Thread Alexander Sedov
clippaste() is meant for CLIPBOARD. For PRIMARY, it has selpaste(). 2013/3/15 Uli Armbruster : > Hi guys! > > First of all, don't kill me if the patch isn't perfect, because I'm not > really a coder (but use suckless software nevertheless)! But this patch is > trivial enough. Actually it's the f