问题 I use something like this: screen.addstr(text, color_pair(1) | A_BOLD), but it doesn't seem to work.. However, A_REVERSE and all others attribute does work! In fact, I'm trying to print something in white, but the COLOR_WHITE prints it gray.. and after a while of searching, it seems that printing it gray + BOLD makes it! Any helps would be greatly appreciated. 回答1: Here's an example code (Python 2.6, Linux): #!/usr/bin/env python from itertools import cycle import curses, contextlib, time