pyte 0.8.2 doesn't handle DCS string sequences (ESC P ... ST). When nano/ncurses sends DECRQSS queries, pyte consumed the introducer but rendered the payload as visible text. Added regex pre-filter to strip DCS/APC/PM/SOS sequences before feeding data to pyte. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
177 B
Python
Executable File
7 lines
177 B
Python
Executable File
"""Version info for ServerManager."""
|
|
|
|
__version__ = "1.8.98"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|