#11292: add missing A_REVERSE to curses attribute table.

This commit is contained in:
Georg Brandl 2011-03-06 11:08:35 +01:00
parent a2388be2af
commit 931e5c1038
1 changed files with 3 additions and 0 deletions

View 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. |