[plt-scheme] building with libtermcap?
On Feb 4, Jeff Sadowski wrote:
>
> Is it possable to build scheme with libtermcap
> so that I can use the arrow keys like in bash or
> csh? up arrow goes through what I already typed
> and the left arrow moves over the text I typed so
> that I can change it?
You don't need to rebuild it -- writing a C extension is enough, but
for what you describe, readline should be enough -- see the readline
collection in CVS.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!