]> granicus.if.org Git - python/commit
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
authorVictor Stinner <vstinner@redhat.com>
Wed, 14 Aug 2019 10:31:43 +0000 (12:31 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 10:31:43 +0000 (12:31 +0200)
commit077af8c2c93dd71086e2c5e5ff1e634b6da8f214
tree9626735932f47ba6938ca3083acb67a5a86800dc
parent7e479c82218450255572e3f5fa1549dc283901ea
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.
Misc/NEWS.d/next/Library/2019-08-01-17-11-16.bpo-37738.A3WWcT.rst [new file with mode: 0644]
Modules/_cursesmodule.c