HomeSort by relevance Sort by last modified time
    Searched refs:curses (Results 1 - 25 of 41) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
wrapper.py 0 """curses.wrapper
4 should be the rest of your curses-based application. If the
10 import curses namespace
13 """Wrapper function that initializes curses and calls another function,
21 # Initialize curses
22 stdscr = curses.initscr()
26 curses.noecho()
27 curses.cbreak()
31 # a special value like curses.KEY_LEFT will be returned
36 # works around a minor bit of over-conscientiousness in the curses
    [all...]
__init__.py 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 namespace
46 import _curses, curses namespace
    [all...]
textpad.py 3 import curses namespace
4 import curses.ascii namespace
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
wrapper.py 0 """curses.wrapper
4 should be the rest of your curses-based application. If the
10 import curses namespace
13 """Wrapper function that initializes curses and calls another function,
21 # Initialize curses
22 stdscr = curses.initscr()
26 curses.noecho()
27 curses.cbreak()
31 # a special value like curses.KEY_LEFT will be returned
36 # works around a minor bit of over-conscientiousness in the curses
    [all...]
__init__.py 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 namespace
46 import _curses, curses namespace
    [all...]
textpad.py 3 import curses namespace
4 import curses.ascii namespace
10 win.vline(uly+1, ulx, curses.ACS_VLINE, lry - uly - 1)
11 win.hline(uly, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
12 win.hline(lry, ulx+1, curses.ACS_HLINE, lrx - ulx - 1)
13 win.vline(uly+1, lrx, curses.ACS_VLINE, lry - uly - 1)
14 win.addch(uly, ulx, curses.ACS_ULCORNER)
15 win.addch(uly, lrx, curses.ACS_URCORNER)
16 win.addch(lry, lrx, curses.ACS_LRCORNER)
17 win.addch(lry, ulx, curses.ACS_LLCORNER
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 2 # Test script for the curses module
14 # Optionally test curses module. This currently requires that the
15 # 'curses' resource be given on the regrtest command line using the -u
20 requires('curses')
21 curses = import_module('curses') variable
22 curses.panel = import_module('curses.panel')
31 raise unittest.SkipTest("cygwin's curses mostly just hangs")
35 win = curses.newwin(10,10
    [all...]
curses_tests.py 5 # Interactive test suite for the curses module.
10 import curses namespace
11 from curses import textpad
23 win = curses.newwin(nlines, ncols, uly, ulx)
46 curses.wrapper(main)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 2 # Test script for the curses module
14 # Optionally test curses module. This currently requires that the
15 # 'curses' resource be given on the regrtest command line using the -u
20 requires('curses')
21 curses = import_module('curses') variable
22 curses.panel = import_module('curses.panel')
31 raise unittest.SkipTest("cygwin's curses mostly just hangs")
35 win = curses.newwin(10,10
    [all...]
curses_tests.py 5 # Interactive test suite for the curses module.
10 import curses namespace
11 from curses import textpad
23 win = curses.newwin(nlines, ncols, uly, ulx)
46 curses.wrapper(main)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unctrl.h 54 #include <curses.h>
panel.h 41 #include <curses.h>
tic.h 48 #include <curses.h> /* for the _tracef() prototype, ERR/OK, bool defs */
menu.h 42 #include <curses.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unctrl.h 54 #include <curses.h>
panel.h 41 #include <curses.h>
tic.h 48 #include <curses.h> /* for the _tracef() prototype, ERR/OK, bool defs */
menu.h 42 #include <curses.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unctrl.h 54 #include <curses.h>
panel.h 41 #include <curses.h>
tic.h 48 #include <curses.h> /* for the _tracef() prototype, ERR/OK, bool defs */
  /external/llvm/utils/lit/lit/
ProgressBar.py 93 # Curses isn't available on all platforms
94 try: import curses namespace
102 try: curses.setupterm()
106 self.COLS = curses.tigetnum('cols')
107 self.LINES = curses.tigetnum('lines')
108 self.XN = curses.tigetflag('xenl')
119 setattr(self, color, curses.tparm(set_fg, i) or '')
123 setattr(self, color, curses.tparm(set_fg_ansi, i) or '')
127 setattr(self, 'BG_'+color, curses.tparm(set_bg, i) or '')
131 setattr(self, 'BG_'+color, curses.tparm(set_bg_ansi, i) or ''
137 import curses namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
py_curses.h 7 ** On Mac OS X 10.2 [n]curses.h and stdlib.h use different guards
22 ** On FreeBSD, [n]curses.h and stdlib.h/wchar.h use different guards
50 #include <curses.h>
52 /* for tigetstr, which is not declared in SysV curses */
62 /* configure was checking <curses.h>, but we will
109 static char *catchall_ERR = "curses function returned ERR";
110 static char *catchall_NULL = "curses function returned NULL";
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
py_curses.h 7 ** On Mac OS X 10.2 [n]curses.h and stdlib.h use different guards
22 ** On FreeBSD, [n]curses.h and stdlib.h/wchar.h use different guards
50 #include <curses.h>
52 /* for tigetstr, which is not declared in SysV curses */
62 /* configure was checking <curses.h>, but we will
109 static char *catchall_ERR = "curses function returned ERR";
110 static char *catchall_NULL = "curses function returned NULL";
  /external/qemu/
curses.c 2 * QEMU curses/ncurses display driver
24 #include <curses.h>
355 /* some curses implementations provide a handler, but we

Completed in 606 milliseconds

1 2