diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-08-14 10:49:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-14 10:49:13 (GMT) |
commit | 984226962bc35254551d92771b5c8fb074507903 (patch) | |
tree | 3b506de94a8be45bf05f5967eb6ac2a570318c43 /Python/pythonrun.c | |
parent | 364a1d3125af6c0ff0a4bd2c8afe70fd38f30456 (diff) | |
download | cpython-984226962bc35254551d92771b5c8fb074507903.zip cpython-984226962bc35254551d92771b5c8fb074507903.tar.gz cpython-984226962bc35254551d92771b5c8fb074507903.tar.bz2 |
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
Fix the implementation of curses addch(str, color_pair): pass the
color pair to setcchar(), instead of always passing 0 as the color
pair.
(cherry picked from commit 077af8c2c93dd71086e2c5e5ff1e634b6da8f214)
Co-authored-by: Victor Stinner <vstinner@redhat.com>
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions