Home
last modified time | relevance | path

Searched refs:redrawwin (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_curses.py101 win.noutrefresh, stdscr.redrawwin, stdscr.refresh,
/external/python/cpython3/Lib/test/
Dtest_curses.py101 win.noutrefresh, stdscr.redrawwin, stdscr.refresh,
/external/python/cffi/demo/
D_curses.py227 redrawwin = _mk_w_no_return("redrawwin") variable in Window
/external/python/cpython3/Modules/
D_cursesmodule.c479 Window_NoArgNoReturnFunction(redrawwin) in Window_NoArgNoReturnFunction()
/external/python/cpython2/Modules/
D_cursesmodule.c300 Window_NoArgNoReturnFunction(redrawwin) in Window_NoArgNoReturnFunction()
/external/python/cpython2/Doc/library/
Dcurses.rst1091 .. method:: window.redrawwin()
/external/python/cpython3/Doc/library/
Dcurses.rst1143 .. method:: window.redrawwin()