Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 931e5c1

Browse files
committed
#11292: add missing A_REVERSE to curses attribute table.
1 parent a2388be commit 931e5c1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/curses.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,9 @@ Several constants are available to specify character cell attributes:
11731173
+------------------+-------------------------------+
11741174
| ``A_NORMAL`` | Normal attribute. |
11751175
+------------------+-------------------------------+
1176+
| ``A_REVERSE`` | Reverse background and |
1177+
| | foreground colors. |
1178+
+------------------+-------------------------------+
11761179
| ``A_STANDOUT`` | Standout mode. |
11771180
+------------------+-------------------------------+
11781181
| ``A_UNDERLINE`` | Underline mode. |

0 commit comments

Comments
 (0)