#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 6dea5f5702
commit 6076c1b40a
1 changed files with 3 additions and 0 deletions

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