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-36982: Add support for extended color functions in ncurses 6.1 #13534

Closed
wants to merge 14 commits into from

Commits on May 21, 2019

  1. bpo-36982, bpo-36630: replumb these curses module functions to support

    using the extended color functions in ncurses 6.1 when available.
    
    color_content
    color_number
    init_color
    init_pair
    websurfer5 committed May 21, 2019

Commits on May 22, 2019

  1. bpo-36982, bpo-36630: refactor the curses color implementation functions

    to make them simpler and more maintainable
    websurfer5 committed May 22, 2019

Commits on May 23, 2019

  1. bpo-36982, bpo-36630: _NCURSES_EXTENDED_COLOR_FUNCS is always defined,

    so use #if instead of #ifdef.
    websurfer5 committed May 23, 2019