]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152263: Add curses soft-label-key functions (GH-152264)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 29 Jun 2026 17:57:56 +0000 (20:57 +0300)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2026 17:57:56 +0000 (20:57 +0300)
commit089e6f622b19fe2e3da2e97f0af96fad4a448e85
tree59d893722d59259f21e722a0b6d970058fe3c821
parentc5043dce1c6743682d93c71e937b95e7d27e0b35
gh-152263: Add curses soft-label-key functions (GH-152264)

Wrap the X/Open Curses soft-label-key functions: slk_init, slk_set,
slk_label, slk_refresh, slk_noutrefresh, slk_clear, slk_restore,
slk_touch, the chtype attribute functions slk_attron, slk_attroff,
slk_attrset and slk_attr, and the attr_t functions slk_attr_on,
slk_attr_off, slk_attr_set and slk_color.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/curses.rst
Doc/whatsnew/3.16.rst
Lib/test/test_curses.py
Misc/NEWS.d/next/Library/2026-06-26-14-34-28.gh-issue-152263.5PHQP4.rst [new file with mode: 0644]
Modules/_cursesmodule.c
Modules/clinic/_cursesmodule.c.h