summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2017-11-01-18-13-42.bpo-27666.j2zRnF.rst
blob: a74f0adfa16bce176ac01ee184a809ff820012a2 (plain)
1
2
3
Fixed stack corruption in curses.box() and curses.ungetmouse() when the size
of types chtype or mmask_t is less than the size of C long.  curses.box()
now accepts characters as arguments.  Based on patch by Steve Fink.