Re: [dev] [st] minor issue and scrollback patch

2016-04-08 Thread Pickfire
On Fri, Apr 08, 2016 at 10:26:38PM +0300, Mitt Green wrote: Draco Metallium wrote: Did you ever change config.def.h? By hand or maybe with another patch? I did, by hand, after first clone from git. You know, there was no config.h, so instead of copying config.def.h, I changed the latter. I

Re: [dev] [dwm] bad line in config.mk?

2016-04-08 Thread Staven
On Fri, Apr 08, 2016 at 08:07:35PM +0100, Dimitris Papastamos wrote: > On Sat, Apr 09, 2016 at 12:13:44AM +0545, Neeraj Adhikari wrote: > > Hi, > > > > I downloaded the dwm-6.1 tarball and tried to compile but it failed > > with the error message that ft2build.h was not found. When I looked at > >

Re: [dev] [st] minor issue and scrollback patch

2016-04-08 Thread Mitt Green
Draco Metallium wrote: Did you ever change config.def.h? By hand or maybe with another patch? I did, by hand, after first clone from git. You know, there was no config.h, so instead of copying config.def.h, I changed the latter. If so, just add "#define histsize 2000" to it (just after "stat

Re: [dev] [svmidi] Minor fixes in instrument selection

2016-04-08 Thread Henrique N. Lengler
On Fri, Apr 08, 2016 at 11:42:52AM +0200, Johnny Oskarsson wrote: > From: Johnny Oskarsson > Date: Fri, 8 Apr 2016 10:39:50 +0200 > Subject: [PATCH 1/2] Initialize arrays to zero. > > The uninizialized arrays caused some problems when selecting instrument > number. > --- > main.c | 4 ++-- > 1 f

Re: [dev] [dwm] bad line in config.mk?

2016-04-08 Thread Dimitris Papastamos
On Sat, Apr 09, 2016 at 12:13:44AM +0545, Neeraj Adhikari wrote: > Hi, > > I downloaded the dwm-6.1 tarball and tried to compile but it failed > with the error message that ft2build.h was not found. When I looked at > config.mk, The line below immediately below "# OpenBSD (uncomment)" > that chang

Re: [dev] [st] minor issue and scrollback patch

2016-04-08 Thread Rodrigo S. CaƱibano
> 2) Trying to apply the patch [1] leads to: > > patching file config.h > HUNK #1 failed at 7 Did you ever change config.def.h? By hand or maybe with another patch? If so, just add "#define histsize 2000" to it (just after "static int borderpx..."), and compile. Remember to remove config

[dev] [dwm] bad line in config.mk?

2016-04-08 Thread Neeraj Adhikari
Hi, I downloaded the dwm-6.1 tarball and tried to compile but it failed with the error message that ft2build.h was not found. When I looked at config.mk, The line below immediately below "# OpenBSD (uncomment)" that changes the include path for freetype2 was not commented by default, causing the b

[dev] [st] minor issue and scrollback patch

2016-04-08 Thread Mitt Green
Hi everyone, 1) In st I use underline as a cursor, but whatever cursor I choose, on inactive window there is always an empty block. 2) Trying to apply the patch [1] leads to: patching file config.h HUNK #1 failed at 7 ... [I changed config.def.h to config.h, but even if not, it doesn't

Re: [dev] [svmidi] Minor fixes in instrument selection

2016-04-08 Thread Johnny Oskarsson
I apologize for the format of the previous patches. Here are the ones created with git format-patch, which I suppose is what I should have using from the beginning. Still figuring out how the patch-submitting process is supposed to work... Regards, Johnny Oskarsson From: Johnny Oskarsson Date:

[dev] [svmidi] Minor fixes in instrument selection

2016-04-08 Thread Johnny Oskarsson
Here are some minor fixes in the input handling of instrument selection. Regards, Johnny Oskarsson commit 21c6af2c68837207a31546fbaa09224fb89d5fc5 Author: Johnny Oskarsson Date: Fri Apr 8 10:39:50 2016 +0200 Initialize arrays to zero. The uninizialized arrays caused some problems