PhorkYou / blacken

Automatically exported from code.google.com/p/blacken
1 stars 0 forks source link

getString function that still allows application to catch and modify events #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This was finished with a recent check-in.

Original comment by yam...@gmail.com on 18 Aug 2012 at 2:25