**Bug Fixes**
- Resize handler crashes when window height is reduced and manager has no counters 64
**Changes**
- Resize handler now does line feeds when height is increased when not threaded
- Previously only did when threaded
- A warning is raised when closing a previously closed counter
- Previously raised a non-specific error in some conditions
- If the counter would normally be refreshed before closing, it will only refresh if still attached to manager, i.e. ``leave=True``
**Housekeeping**
- Pin Pip version in Tox to support older Python versions