New Features:
- Escape sequences automatically detected when determining bar width
When [offset](https://python-enlighten.readthedocs.io/en/stable/api.html#counter-offset) is set, this functionality is disabled
Changes:
- Flush streams on program exit
Prevents escape processing from being disabled on Windows before all data with written to the terminal
- Use [Blessed](https://pypi.org/project/blessed) for Windows support
Windows support in Enlighten has been [merged](https://github.com/jquast/blessed/pull/110) into [Blessed](https://pypi.org/project/blessed)
Housekeeping:
- Update FAQ
- Cleanup Examples
- Unicode cleanup (Python 2.7)
- Add tests and metadata for Python 3.8 Final