]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133139: Add curses.assume_default_colors() (GH-133145)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 3 May 2025 20:33:22 +0000 (23:33 +0300)
committerGitHub <noreply@github.com>
Sat, 3 May 2025 20:33:22 +0000 (23:33 +0300)
commit7363e8d24d14abf651633865ea959702ebac73d3
treea9af45ea8f71b8271ef8987cc7ab28825554cc73
parent3e256b9118eded25e6aca61e3939fd4e03b87082
gh-133139: Add curses.assume_default_colors() (GH-133145)

This is a refinement of the curses.use_default_colors() function which
allows to change the color pair 0.
Doc/library/curses.rst
Doc/whatsnew/3.14.rst
Lib/test/test_curses.py
Misc/NEWS.d/next/Library/2025-04-29-13-40-05.gh-issue-133139.9yCcC2.rst [new file with mode: 0644]
Modules/_cursesmodule.c
Modules/clinic/_cursesmodule.c.h