gh-81163: Add support for extended color functions in ncurses 6.1#17536
Merged
ned-deily merged 30 commits intopython:masterfrom hpjansson:bpo36982Aug 4, 2020
+258-224
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.
bpo-36982, bpo-36630: refactor the curses color implementation functions to make them simpler and more maintainable
bpo-36982, bpo-36630: _NCURSES_EXTENDED_COLOR_FUNCS is always defined, so use #if instead of #ifdef.
bpo-36982: add new function: curses.has_extended_color_support() to indicate whether extended colors are suported by the underlying ncurses library.
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jul 3, 2020
- committed
- committed
- committed
- committed
- committed
- committed
- committed
Commits on Jul 16, 2020
- committed
- committed
- committed
- committed
- committed