[issue1751519] curses - new window methods: addchstr and addchnstr

2017-11-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: +Python 3.7 -Python 3.2 ___ Python tracker ___

[issue1751519] curses - new window methods: addchstr and addchnstr

2017-11-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- assignee: -> serhiy.storchaka nosy: +serhiy.storchaka ___ Python tracker ___

[issue1751519] curses - new window methods: addchstr and addchnstr

2017-07-04 Thread Vegard
Vegard added the comment: Bump, I just found out addchstr() is unsupported, which is unfortunate as there doesn't seem to be any other easy way to prevent line wrapping if you submit too long strings to addstr() without keeping track of the x location and/or the string length by hand.

[issue1751519] curses - new window methods: addchstr and addchnstr

2014-12-31 Thread A.M. Kuchling
Changes by A.M. Kuchling a...@amk.ca: -- nosy: -akuchling ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1751519 ___ ___ Python-bugs-list mailing

[issue1751519] curses - new window methods: addchstr and addchnstr

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1751519 ___ ___

[issue1751519] curses - new window methods: addchstr and addchnstr

2010-11-12 Thread A.M. Kuchling
Changes by A.M. Kuchling li...@amk.ca: -- assignee: akuchling - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1751519 ___ ___ Python-bugs-list

[issue1751519] curses - new window methods: addchstr and addchnstr

2010-09-17 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Doc additions haven't been included with the patches. -- nosy: +BreamoreBoy stage: - patch review type: - feature request versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue1751519] curses - new window methods: addchstr and addchnstr

2008-01-19 Thread A.M. Kuchling
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

[issue1751519] curses - new window methods: addchstr and addchnstr

2008-01-11 Thread A.M. Kuchling
Changes by A.M. Kuchling: -- assignee: - akuchling nosy: +akuchling _ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1751519 _ ___ Python-bugs-list mailing list