You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-156951: Do not truncate the color pair in curses.slk_color() (GH-156952)
slk_color() cast its color pair to a short, so pairs of 32768 and above
were rejected or silently applied as a different pair. Use
extended_slk_color() when it is available, like slk_attr_set() does.
0 commit comments