summaryrefslogtreecommitdiff
blob: 7e70a9c2231af2524935b12daf7652f2757d80ca (plain)
1
2
Fix the implementation of curses ``addch(str, color_pair)``: pass the color
pair to ``setcchar()``, instead of always passing 0 as the color pair.