]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 26 Apr 2025 11:02:17 +0000 (13:02 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 11:02:17 +0000 (11:02 +0000)
commit41e19a78b2e80514a3352cdcbd51c79bf4bdf5bb
tree2f1346b794a0d652159d3d7d7461fb4b22bf566a
parent08772229c77b1492efc59abde954191744147f9d
[3.13] gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (GH-132990) (#132992)

gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (GH-132990)

Terminals with `xterm-256color` Xterm support may use 15 (bright white) as their default foreground color.
(cherry picked from commit 7f02ded29fb0e7f4ee115b5be32a591ff7b449b8)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Lib/test/test_curses.py