- Fix returning uninit memory in get_string_formatted/get_string_plaintext - Handle emoji and zero width unicode characters properly - Fix cursor positioning with regards to scroll regions and wrapping - Fix parsing of (ignored) character set escapes - Explicitly suppress status report escapes
0.2.0
- Give some methods a better name (not backwards compatible!) - Expose a lot more methods on the vt object (to cover the various modes and state of the terminal) - Add a test suite, and fix quite a few bugs in the parser - Python 2.7 should be fully supported now
0.1.6
- Fix ctypes struct definition to match the c-level definition (this fixes cell.is_wide())
0.1.5
- Actually call the delete function when appropriate
0.1.4
- Update libvt100 to quiet some warnings about unimplemented unimportant escape sequences