#11292: add missing A_REVERSE to curses attribute table.
This commit is contained in:
parent
6dea5f5702
commit
6076c1b40a
|
@ -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. |
|
||||
|
|
Loading…
Reference in New Issue