* Fix appentry can't set parameters. * Adjust the order of (row, col) in decode_mouse_event() return value.
0.4.5
+ Roughly implemented mouse supporting.
0.4.0
+ Add supporting for mouse event report in getkey(). + Add a function mouse_handler() to set mouse report handler. + Add a file termouse.py, get ready to add mouse supporting.
0.3.5
+ Add ungetch() in termkey module. + Add ungetkey() in termkey module. * Lightly modify the implementation of the getkey().
0.3.2
+ Add comment for decorator appentry(). + Add reset_color() after return from entry function in appentry().