An error was raised on startup with terminal not supporting xterm 256 colours scheme. This is a terminal/curses related issue that should be fixed in all terminals by now but a quick hacky fix has been added. It verifies system TERM
env variable and set it to xterm-256color
if needed.
Resolved Issues
Issue #3
Known Issues
Issue #1. This mouse integration bug is still present with py_cui
v1.3.0, its fix should finally be implemented in v1.4.0
Future plans
- Replace
os.path
bypathlib
. - Implement any relevant new
py_cui
features.