great thanks! yeah higher lever is possibly better i think here :) i'll compare and try a bit of all :)<br>Thanks again!<br><br>Le vendredi 20 mai 2016, Daniel Bergey <<a href="mailto:bergey@alum.mit.edu">bergey@alum.mit.edu</a>> a écrit :<br>> In addition to vty, here are a couple of higher-level (I think)<br>> libraries in the same vein:<br>><br>> <a href="http://hackage.haskell.org/package/concurrent-output">http://hackage.haskell.org/package/concurrent-output</a><br>> <a href="http://hackage.haskell.org/package/brick">http://hackage.haskell.org/package/brick</a><br>><br>> On 2016-05-20 at 12:40, Alex Belanger <<a href="mailto:i.caught.air@gmail.com">i.caught.air@gmail.com</a>> wrote:<br>>> Look at the `vty` library which is similar in essence to (n)curses.<br>>><br>>> It looks you manipulate the terminal's cursor, with different color and modes.<br>>><br>>> I think it even has minimal widgets.<br>>><br>>> On May 20, 2016 12:36 PM, "Silent Leaf" <<a href="mailto:silent.leaf0@gmail.com">silent.leaf0@gmail.com</a>> wrote:<br>>><br>>>     All in the title!<br>>><br>>>     I'm seeking a way to write a console app that isn't just asking questions one line<br>>>     after another with putStr and getLine. More something like Vim or Emacs when they're<br>>>     in the terminal (i don't wanna create a text ed, but it's the kind of programs i'm<br>>>     seeking to write: which takes up all the space on the screen, where you can write at<br>>>     many different places, and keyboard-driven, up to why not mouse- too, if the<br>>>     terminal (and haskell bindings) allow it.<br>>><br>>>     So, does anyone know any library to do this? Any tutorial, maybe? I'm seeking for<br>>>     hours, but every time i type stuff like "console application haskell" in google, it<br>>>     just gives me irrelevant answers --as is the trend it seems subjectively, of those<br>>>     last months, with our bestest G-friend. :(<br>>><br>>>     thanks a lot in advance for anything!<br>>>     _______________________________________________<br>>>     Beginners mailing list<br>>>     <a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>>>     <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>>><br>>> _______________________________________________<br>>> Beginners mailing list<br>>> <a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>>> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>> _______________________________________________<br>> Beginners mailing list<br>> <a href="mailto:Beginners@haskell.org">Beginners@haskell.org</a><br>> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>>