Please describe use-case:
The standard Curses "gets" function is useless because while you're waiting for
that to return you cannot:
1. handle RESIZE events
2. handle action keys unrelated to input
3. handle mouse events
As such, we need a Blacken getString function that solves these problems -- by
way of a callback interface.
This was initially started when we got the Blacken 1.0 bug, but it hadn't been
fleshed out.
Original issue reported on code.google.com by yam...@gmail.com on 10 Aug 2012 at 11:38
Original issue reported on code.google.com by
yam...@gmail.com
on 10 Aug 2012 at 11:38