]> granicus.if.org Git - python/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 f9ba0d624b2333549ba688d3d9d727fbb397f08c..6d2baa0f9926082079456d5ffe5c731ce99de27b 100644 (file)
@@ -1173,6 +1173,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.               |