Searched refs:doupdate (Results 1 – 13 of 13) sorted by relevance
/external/toybox/kconfig/lxdialog/ |
D | checklist.c | 199 doupdate(); in dialog_checklist() 320 doupdate(); in dialog_checklist()
|
/external/python/cpython2/Doc/library/ |
D | curses.panel.rst | 42 :func:`curses.doupdate`, so you'll have to do this yourself.
|
D | curses.rst | 150 .. function:: doupdate() 154 representing the desired next state. The :func:`doupdate` ground updates the 159 :meth:`refresh` call is simply :meth:`noutrefresh` followed by :func:`doupdate`; 162 followed by a single :func:`doupdate`. 584 from a tty, the current update is postponed until refresh or doupdate is called 1050 the physical screen. To accomplish that, call :func:`doupdate`.
|
/external/python/cpython3/Doc/library/ |
D | curses.panel.rst | 44 :func:`curses.doupdate`, so you'll have to do this yourself.
|
D | curses.rst | 159 .. function:: doupdate() 163 representing the desired next state. The :func:`doupdate` ground updates the 168 :meth:`~window.refresh` call is simply :meth:`!noutrefresh` followed by :func:`!doupdate`; 171 followed by a single :func:`!doupdate`. 636 from a tty, the current update is postponed until refresh or doupdate is called 1146 the physical screen. To accomplish that, call :func:`doupdate`.
|
/external/python/cpython2/Demo/curses/ |
D | ncurses.py | 50 curses.doupdate()
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 557 curses.doupdate() 665 curses.doupdate() 696 curses.doupdate()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 217 curses.cbreak, curses.def_prog_mode, curses.doupdate,
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 204 match the desired state in one go with the function :func:`doupdate`. The 205 normal :meth:`refresh` method calls :func:`doupdate` as its last act.
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 255 2) Calls the function :func:`~curses.doupdate` function to change the 259 update the data structure, and then call :func:`doupdate` to update
|
/external/python/cffi/demo/ |
D | _curses.py | 614 doupdate = _mk_no_return("doupdate") variable
|
/external/python/cpython3/Modules/ |
D | _cursesmodule.c | 2865 NoArgNoReturnFunctionBody(doupdate) in _curses_doupdate_impl()
|
/external/python/cpython2/Modules/ |
D | _cursesmodule.c | 1694 NoArgNoReturnFunction(doupdate) in NoArgNoReturnFunction()
|