Re: [PATCH, RFC] mouse tracking support
On Mon, 21 May 2007 the mental interface of
Elimar Riesebieter told:
> On Mon, 21 May 2007 the mental interface of
> Christoph Berg told:
>
> > Hi,
> >
> > I've updated Anatoly's patch from 2005 that adds mouse tracking using
> > slang/ncurses to mutt. With "set mouse" (unset by default) mutt will
> > react to button1/2/3/wheel with configurable bindings. I like it :)
> >
> > I've tested it with Debian's ncurses which unfortunately doesn't
> > support the mouse wheel (yet), but I think it should work. slang is
> > untested. Testers welcome.
>
> On Debian we can't build ncurses with --enable-ext-mouse, because
> binutils's ld doesn't know -lstdc++ :
>
> /usr/bin/ld: cannot find -lstdc++
Hey, g++-4.1-multilib was missing which provides:
/usr/lib/gcc/i486-linux-gnu/4.1/64/libstdc++.a
/usr/lib/gcc/i486-linux-gnu/4.1/64/libsupc++.a
/usr/lib/gcc/i486-linux-gnu/4.1/64/libstdc++_pic.a
/usr/lib/gcc/i486-linux-gnu/4.1/64/libstdc++.so
;)
Elimar
--
Never make anything simple and efficient when a way
can be found to make it complex and wonderful ;-)