This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wmula
Recipients
Date 2007-07-10.22:48:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch add two window methods: addchstr and addchnstr and also module attribute chtype_size.  Methods use addstr convention i.e. calling with/without new cursors coords is allowed.

Methods accept any buffer-object (string, array, ctypes string buffer) of length n*chtype_size.
History
Date User Action Args
2007-08-23 15:58:58adminlinkissue1751519 messages
2007-08-23 15:58:58admincreate