Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-37738: Fix curses addch(str, color_pair) #15071

Merged
merged 1 commit into from
Aug 14, 2019
Merged

bpo-37738: Fix curses addch(str, color_pair) #15071

merged 1 commit into from
Aug 14, 2019

Commits on Aug 1, 2019

  1. bpo-37738: Fix curses addch(str, color_pair)

    Fix the implementation of curses addch(str, color_pair): pass the
    color pair to setcchar(), instead of always passing 0 as the color
    pair.
    vstinner committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    86aa1fb View commit details
    Browse the repository at this point in the history