Home | History | Annotate | Download | only in curses

Lines Matching refs:curses

0 """curses
3 The main package for curses support for Python. Normally used by importing
6 import curses
7 from curses import textpad
8 curses.initscr()
16 from curses.wrapper import wrapper
22 # versions of SGI's curses don't define values for those constants
25 # _curses module to the curses package's dictionary. Don't do 'from
26 # curses import *' if you'll be needing the ACS_* constants.
29 import _curses, curses
37 setattr(curses, key, value)
46 import _curses, curses
49 curses.COLORS = _curses.COLORS
51 curses.COLOR_PAIRS = _curses.COLOR_PAIRS