]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#11292: add missing A_REVERSE to curses attribute table.
authorGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 10:08:35 +0000 (11:08 +0100)
committerGeorg Brandl <georg@python.org>
Sun, 6 Mar 2011 10:08:35 +0000 (11:08 +0100)
Doc/library/curses.rst

index a2519f4b55bed1ef52473724cbc83eea6b54f374..63691db8a926f75b21959574d5d9e9b03f96380e 100644 (file)
@@ -1176,6 +1176,9 @@ Several constants are available to specify character cell attributes:
 +------------------+-------------------------------+
 | ``A_NORMAL``     | Normal attribute.             |
 +------------------+-------------------------------+
+| ``A_REVERSE``    | Reverse background and        |
+|                  | foreground colors.            |
++------------------+-------------------------------+
 | ``A_STANDOUT``   | Standout mode.                |
 +------------------+-------------------------------+
 | ``A_UNDERLINE``  | Underline mode.               |