* Re-encode mouse events into high 13 bits of the 32 bits integer.
+ Add supporting of mouse buttons 6 and 7.
* Modify the descriptions about MouseEvent in comments and docstrings.
+ Add a new enum TextAttr to define attributes like BOLD, ITALIC, etc.
+ Add new funcs set_textattr() textattr_seq() to set text attributes.
+ Add a new enum CursorShape to define cursor shapes.
+ Add new func set_cursor_shape() to change cursor shape.