[issue14223] curses addch broken on Python3.3a1

Nicholas Cole report at bugs.python.org
Fri Aug 31 22:20:28 CEST 2012


Nicholas Cole added the comment:

import curses

def test_screen(screen):
    screen.addch(5,5, curses.ACS_HLINE)
    screen.addch(5,6, curses.ACS_HLINE)
    screen.refresh()
    curses.napms(2000)

curses.wrapper(test_screen)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14223>
_______________________________________


More information about the Python-bugs-list mailing list