Alright, I got the readline egg and it works quite well. Though, when I run the function to load up my game window it throws a segmentation fault. It only does it when I'm using readline, and not otherwise.
On Tue, 22 Nov 2005, felix winkelmann wrote: > On 11/22/05, Zbigniew <[EMAIL PROTECTED]> wrote: > > Try the readline egg at > > http://www.call-with-current-continuation.org/eggs/readline.html. > > > > On 11/22/05, Matthew David Parker <[EMAIL PROTECTED]> wrote: > > > > > PS. On a side question, is there some thing you can do in the csi chicken > > > interpreter to make it so you can press the "up" arrow and cycle through > > > the history of your commands, like in a bash shell? > > > > Readline would be the thing. A quick and dirty tool for these things > is rlwrap. > > > cheers, > felix > > _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
