[issue38312] curses: add `set_tabsize` and `set_escdelay`

Serhiy Storchaka report at bugs.python.org
Tue Oct 29 18:00:41 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

There are also ncurses functions get_tabsize() and get_escdelay(). In other implementations they can be modeled by returning the TABSIZE and ESCDELAY global variables.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38312>
_______________________________________


More information about the Python-bugs-list mailing list