[Haskell-cafe] Arrow key functionality for REPL written in Haskell

PENG, BO YA u3502350 at connect.hku.hk
Sun Sep 28 07:42:01 UTC 2014


Hi,

I'm trying to implement the arrow key functionality for a systemf REPL to
recall previously entered lines. I think I should save the previous lines
in a list and then traverse through the list when an arrow key is pressed,
but I'm no sure how to detect an arrow key and implement this functionality.
Can anyone give a brief description about the implementation or point me to
some other resources?
Thanks!

Emma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140928/0533cbd0/attachment.html>


More information about the Haskell-Cafe mailing list