Searched refs:noutrefresh (Results 1 – 7 of 7) sorted by relevance
/external/python/cffi/demo/ |
D | _curses.py | 515 def noutrefresh(self, *args): member in Window 527 nooutrefresh = noutrefresh # "to be removed in 2.3", but in 2.7, 3.x.
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 101 win.noutrefresh, stdscr.redrawwin, stdscr.refresh,
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 101 win.noutrefresh, stdscr.redrawwin, stdscr.refresh,
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 157 The virtual screen may be updated by a :meth:`noutrefresh` call after write 159 :meth:`refresh` call is simply :meth:`noutrefresh` followed by :func:`doupdate`; 161 reduce screen flicker by issuing :meth:`noutrefresh` calls on all windows, 374 echoing of input) do not occur. The :meth:`refresh` and :meth:`noutrefresh` 1046 .. method:: window.noutrefresh()
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 165 The virtual screen may be updated by a :meth:`~window.noutrefresh` call after write 167 :meth:`~window.refresh` call is simply :meth:`!noutrefresh` followed by :func:`!doupdate`; 169 reduce screen flicker by issuing :meth:`!noutrefresh` calls on all windows, 382 echoing of input) do not occur. The :meth:`~window.refresh` and :meth:`~window.noutrefresh` 1098 .. method:: window.noutrefresh()
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 252 1) Calls the :meth:`~curses.window.noutrefresh` method of each window 258 Instead you can call :meth:`noutrefresh` on a number of windows to
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 202 :meth:`noutrefresh` method of each window to update the data structure
|