Home
last modified time | relevance | path

Searched refs:attroff (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython2/Demo/curses/
Dxmas.py35 win.attroff(curses.A_COLOR)
179 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
197 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
217 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
242 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
262 treescrn2.attroff(curses.A_BOLD | curses.A_BLINK)
Dtclock.py123 stdscr.attroff(curses.A_REVERSE)
/external/gptfdisk/
Dgptcurses.cc283 attroff(A_REVERSE); in DisplayParts()
540 attroff(A_BOLD); in ShowHelp()
630 attroff(A_REVERSE); in DisplayOptions()
/external/python/cpython2/Lib/test/
Dtest_curses.py112 stdscr.attroff(curses.A_BOLD)
/external/python/cpython3/Lib/test/
Dtest_curses.py113 stdscr.attroff(curses.A_BOLD)
/external/python/cffi/demo/
D_curses.py319 attroff = _mk_w_no_return("wattroff") variable in Window
/external/python/cpython2/Doc/library/
Dcurses.rst693 .. method:: window.attroff(attr)
/external/python/cpython3/Doc/library/
Dcurses.rst723 .. method:: window.attroff(attr)