Vyron Vasileiadis 0b083c43a4
gh-154874: Fix the sign of curses.termattrs() (GH-154875)
termattrs() returns a chtype mask, but it was routed through an int, so a
terminal that advertises A_ITALIC came back negative and the result could
no longer be passed to the attribute functions.
2026-07-30 19:50:03 +00:00
..