[Python-checkins] cpython (3.1): #11292: add missing A_REVERSE to curses attribute table.

georg.brandl python-checkins at python.org
Sun Mar 6 11:10:10 CET 2011


http://hg.python.org/cpython/rev/d9292abe80da
changeset:   68289:d9292abe80da
branch:      3.1
user:        Georg Brandl <georg at python.org>
date:        Sun Mar 06 11:08:35 2011 +0100
summary:
  #11292: add missing A_REVERSE to curses attribute table.

files:
  Doc/library/curses.rst

diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -1173,6 +1173,9 @@
 +------------------+-------------------------------+
 | ``A_NORMAL``     | Normal attribute.             |
 +------------------+-------------------------------+
+| ``A_REVERSE``    | Reverse background and        |
+|                  | foreground colors.            |
++------------------+-------------------------------+
 | ``A_STANDOUT``   | Standout mode.                |
 +------------------+-------------------------------+
 | ``A_UNDERLINE``  | Underline mode.               |

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list