brianfeaster / worldtm

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

Terminal escape sequence support #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a quick and dirty mouse even handler.

When a mouse click is detected, walk avatar in a straight line to the mouse 
click in the map.

Original issue reported on code.google.com by bri...@gmail.com on 9 Jan 2011 at 8:58

GoogleCodeExporter commented 9 years ago
Changes in r101.

Since escape can be sent via a button and most escape sequence strings, the 
button scanner needs to differentiate between the two.   A timeout on keyboard 
character reading needs to be implemented, preferably as World Scheme primitive 
feature.

Original comment by bri...@gmail.com on 22 Jan 2011 at 6:43

GoogleCodeExporter commented 9 years ago
Timeout functionality added to recv in r105.  The color palette box can be 
closed by pressing escape now.  At this point mouse and keyboard handling is 
complete although it should be migrated to the terminal class.

Original comment by bri...@gmail.com on 4 Feb 2011 at 6:06