diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2012-09-01 15:00:34 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2012-09-01 15:00:34 +0200 |
commit | be42cda2954cbb6f14725872b8dcfce667f33cfa (patch) | |
tree | e63b29f8f420f4105ad15ddc32745a3c676fe3f9 /Python/pythonrun.c | |
parent | fb494248970aad4845b7f3d0bad1a656b345aedc (diff) | |
download | cpython-be42cda2954cbb6f14725872b8dcfce667f33cfa.tar.gz |
Close #14223: Fix window.addch(curses.ACS_HLINE)
Fix window.addch() of the curses module for special characters like
curses.ACS_HLINE: the Python function addch(int) and addch(bytes) is now
calling the C function waddch()/mvwaddch() (as it was done in Python 3.2),
instead of wadd_wch()/mvwadd_wch(). The Python function addch(str) is still
calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked
to libncursesw.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions