]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (#132990)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 26 Apr 2025 10:38:27 +0000 (12:38 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Apr 2025 10:38:27 +0000 (10:38 +0000)
commit7f02ded29fb0e7f4ee115b5be32a591ff7b449b8
treeb88ec914a028796631655ebe3aa16c63eef3666d
parentca12a744abd02d0d36adfb1444c1ba31623d617d
gh-91221: fix `test_curses.test_use_default_colors` for xterm-256color (#132990)

Terminals with `xterm-256color` Xterm support may use 15 (bright white) as their default foreground color.
Lib/test/test_curses.py