On Fri, 23 Sep 2016 17:36:21 +0100
Nick Warne <nick_AT_linicks.net> wrote:
> On Fri, 23 Sep 2016 13:32:14 -0300
> Draco Metallium(Rodrigo S. Cañibano) <draco.kun_AT_gmail.com> wrote:
>
> > > st.c:337:12: error: ‘histsize’ undeclared here (not in a function)
> > > Line hist[histsize]; /* history buffer */
> >
> > In the scroll patch 'histsize' is added to config.def.h, and
> > therefore to config.h. Didn't that patch apply?
> >
> > Does your config.h have a line with "#define histsize 5000"?
> >
>
> No, nor does:
>
> st-scrollback-20160727-308bfbf.diff
>
> I guess I don't suck ;)
Or maybe I do:
#define histsize 2000
Ummm. Let me start again.
Nick
--
"Gosh that takes me back... or is it forward? That's the trouble with
time travel, you never can tell."
-- Doctor Who "Androids of Tara"
Received on Fri Sep 23 2016 - 18:40:39 CEST