jquast / blessed

Blessed is an easy, practical library for making python terminal apps
http://pypi.python.org/pypi/blessed
MIT License
1.18k stars 71 forks source link

Support DEC Private Modes (DECSET,DECRST,DECRQM). #269

Open jquast opened 5 months ago

jquast commented 5 months ago

There are many terminal features that can be probed (DECRQM), enabled (DECSET), and disabled (DECRST) for support.

We should have a blessed function to toggle and request these modes by their digits, and provide an enumerator for the probe response (0: 'NOT RECOGNIZED', 1: 'SET', 2: 'RESET', 3: 'PERMANENTLY SET', 4: 'PERMANENTLY RESET')

Two very large lists of these modes,

See also,