gh-81163: Add support for extended color functions in ncurses 6.1#17536
Merged
ned-deily merged 30 commits intoAug 4, 2020
Merged
gh-81163: Add support for extended color functions in ncurses 6.1#17536ned-deily merged 30 commits into
ned-deily merged 30 commits into
Commits
Commits on Jul 1, 2020
bpo-36982, bpo-36630: replumb these curses module functions to support using the extended color functions in ncurses 6.1 when available.
Show description for 360bb19authored andcommitted- authored andcommitted
bpo-36982, bpo-36630: _NCURSES_EXTENDED_COLOR_FUNCS is always defined, so use #if instead of #ifdef.
authored andcommitted- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
- authored andcommitted
- committed
- committed
- committed
- committed
- committed
bpo-36982: Use a plain integer for color pair argument
Show description for 2f8c724committed- committed
- committed
- committed
Commits on Jul 3, 2020
- committed
bpo-36982: Use converters for color numbers and color pairs
Show description for b777e93committedbpo-36982: Use converters for color components
Show description for 1242214committed- committed
- committed
- committed
- committed
Commits on Jul 16, 2020
- committed
bpo-36982: Shortcut error checking in converters
Show description for 9bad726committed- committed
- committed
- committed
Commits on Jul 29, 2020
bpo-36982: Add back documentation for has_extended_color_support()
Show description for 70fdaf3committed