Home
last modified time | relevance | path

Searched refs:setscrreg (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_curses.py183 stdscr.setscrreg(10,15)
/external/python/cpython3/Lib/test/
Dtest_curses.py184 stdscr.setscrreg(10,15)
/external/python/cffi/demo/
D_curses.py569 def setscrreg(self, y, x): member in Window
/external/python/cpython2/Doc/library/
Dcurses.rst1137 .. method:: window.setscrreg(top, bottom)
/external/python/cpython3/Doc/library/
Dcurses.rst1215 .. method:: window.setscrreg(top, bottom)