mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
#11292: add missing A_REVERSE to curses attribute table.
This commit is contained in:
parent
a2388be2af
commit
931e5c1038
1 changed files with 3 additions and 0 deletions
|
@ -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. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue