]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-87881: Document the result of curses inch() and getbkgd() (GH-152488) ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 28 Jun 2026 17:06:55 +0000 (20:06 +0300)
committerGitHub <noreply@github.com>
Sun, 28 Jun 2026 17:06:55 +0000 (17:06 +0000)
commit09013312bbdf9ff6583c95ba6bc2698e61c66be6
treefbbf4494fa9be4c8931d9b9f662949e968f5c7bd
parent8777a0cf026befb9161d5a65ccbb8967d1ed9396
[3.15] gh-87881: Document the result of curses inch() and getbkgd() (GH-152488) (GH-152511)

Explain the character/attribute bit layout and how to extract the parts
(A_CHARTEXT and A_ATTRIBUTES bit-masks, pair_number() for the color pair).
(cherry picked from commit d831a690766e92b3be5e40134f64407bd041bcbf)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/curses.rst