[racket] users Digest, Vol 115, Issue 25
> Michael Bradley <michaelsbradleyjr at ...> writes:
>
> >
> > ?????? ???????? <rickard.m.andersson <at> ...> writes:
> >
> > >
> > > Hi, all.
> > >
> > > Bindings for curses are brought up in a demonstration of FFI
> > > bindings by Eli Barzilay
> > > (http://docs.racket-lang.org/foreign/intro.html). However, I
> > > can't seem to find an actual library to use for this.
> > >
> > > <snip>
> >
> > Hi Rickard,
> >
> > It is not curses-based, but you might want to check out the
> > lux-term library:
> >
> > https://github.com/jeapostrophe/lux-charterm
> >
> > http://pkg-build.racket-lang.org/doc/lux-charterm/index.html
> >
> > <snip>
> >
>
>
> My apologies, I incorrectly referred to the package as "lux-term",
> twice in my previous message. The correct name of the library is
> lux-charterm. The links I provided do point to the intended locations.
Hi, Michael.
Thanks for this, it's what I was looking for. Not being curses based is
not an issue, as mostly it'll be the same regardless.
I'll definitely check this out for further projects, thanks.
// Rickard Andersson [gonz_]