diff options
author | Georg Brandl <georg@python.org> | 2011-03-06 10:12:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-03-06 10:12:42 (GMT) |
commit | 891391bf68e66bc441d8c6fc49ab1cf657e394bd (patch) | |
tree | fe893ef7d37a765d7463184a9e5249d9c5720b3a /Doc/library/curses.rst | |
parent | 13039c87f14aeed325bcb5fadd202922a614957b (diff) | |
parent | 1d0a0f50606835198b0e1935a9761f3c95fef350 (diff) | |
download | cpython-891391bf68e66bc441d8c6fc49ab1cf657e394bd.zip cpython-891391bf68e66bc441d8c6fc49ab1cf657e394bd.tar.gz cpython-891391bf68e66bc441d8c6fc49ab1cf657e394bd.tar.bz2 |
Merge doc fixes.
Diffstat (limited to 'Doc/library/curses.rst')
-rw-r--r-- | Doc/library/curses.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 369571a..1ca22c8 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -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. | |