Re: [hackers] [dmenu] paste fix

2015-10-04 Thread FRIGN
On Sun, 4 Oct 2015 18:42:23 +0200 Hiltjo Posthuma wrote: > It is correct to use if it's a (feature) patch for the wiki. For > patches against the current code it is encouraged to use format-patch > so they can be applied directly (with git am). The problem I see is that most of the time, people

Re: [hackers] [dmenu] paste fix

2015-10-04 Thread Hiltjo Posthuma
On Sun, Oct 4, 2015 at 6:22 PM, shua lloret wrote: > You should change the website if git diff is not the correct way to create > patches. > > http://dwm.suckless.org/patches/ > http://surf.suckless.org/patches/ > http://tools.suckless.org/dmenu/patches/ > http://tools.suckless.org/ii/patches/ > h

Re: [hackers] [dmenu] paste fix

2015-10-04 Thread shua lloret
You should change the website if git diff is not the correct way to create patches. http://dwm.suckless.org/patches/ http://surf.suckless.org/patches/ http://tools.suckless.org/dmenu/patches/ http://tools.suckless.org/ii/patches/ http://tools.suckless.org/sic/patches/ http://tools.suckless.org/tab

Re: [hackers] [dmenu] paste fix

2015-10-04 Thread Pickfire
On Sun, Oct 04, 2015 at 12:45:23PM +0200, Hiltjo Posthuma wrote: On Sat, Oct 3, 2015 at 3:09 AM, shua lloret wrote: attached is a small patch to enable pasting from clipboard, as well as primary. It seems like there was already code in there to allow this, but since there was never any case to

Re: [hackers] [dmenu] paste fix

2015-10-04 Thread Hiltjo Posthuma
On Sat, Oct 3, 2015 at 3:09 AM, shua lloret wrote: > attached is a small patch to enable pasting from clipboard, as well as > primary. > > It seems like there was already code in there to allow this, but since there > was never any case to match the upper case 'Y', that inline if would always > ev

[hackers] [dmenu] paste fix

2015-10-02 Thread shua lloret
attached is a small patch to enable pasting from clipboard, as well as primary. It seems like there was already code in there to allow this, but since there was never any case to match the upper case 'Y', that inline if would always evaluate to false. -Joshua Lloret diff --git a/dmenu.c b/dmenu.c