[issue1751519] curses - new window methods: addchstr and addchnstr
A.M. Kuchling
report at bugs.python.org
Sat Jan 19 23:42:13 CET 2008
A.M. Kuchling added the comment:
I'm doubtful about passing strings of characters that contain characters
+ attrs. The usual convention used by the curses module is to allow
strings containing attributeless characters to display, or integers that
can include an attribute value.
Perhaps these functions can take an iterable containing either
1-character strings or integers, and assemble them into a C-level array.
_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1751519>
_____________________________________
More information about the Python-bugs-list
mailing list