jquast / blessed

Blessed is an easy, practical library for making python terminal apps

Home Page:http://pypi.python.org/pypi/blessed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

jquast opened this issue · comments

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,