From 931e5c1038d483469a29e2fb8c89298ffb449f01 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 6 Mar 2011 11:08:35 +0100 Subject: #11292: add missing A_REVERSE to curses attribute table. --- Doc/library/curses.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index f9ba0d6..6d2baa0 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -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. | -- cgit v0.12