* enhancement: :paramref:`~.Terminal.wrap.break_long_words` now supported by
:meth:`Terminal.wrap`
* Ignore :class:`curses.error` message ``'tparm() returned NULL'``:
this occurs on win32 or other platforms using a limited curses
implementation, such as PDCurses_, where :func:`curses.tparm` is
not implemented, or no terminal capability database is available.
* Context manager :meth:`~.keypad` emits sequences that enable
"application keys" such as the diagonal keys on the numpad.
This is equivalent to :meth:`curses.window.keypad`.
* bugfix: translate keypad application keys correctly.
* enhancement: no longer depend on the '2to3' tool for python 3 support.
* enhancement: allow ``civis`` and ``cnorm`` (*hide_cursor*, *normal_hide*)
to work with terminal-type *ansi* by emulating support by proxy.
* enhancement: new public attribute: :attr:`~.kind`: the very same as given
:paramref:`Terminal.__init__.kind` keyword argument. Or, when not given,
determined by and equivalent to the ``TERM`` Environment variable.