Skip to content

1.0.4

Compare
Choose a tag to compare
@PabloLec PabloLec released this 17 May 11:58
· 1329 commits to main since this release

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 by pathlib.
  • Implement any relevant new py_cui features.