MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / erase_menu

Function erase_menu

tools/python-3.11.9-amd64/Tools/demo/life.py:144–149  ·  view source on GitHub ↗

Clear the space where the menu resides

(stdscr, menu_y)

Source from the content-addressed store, hash-verified

142
143
144def erase_menu(stdscr, menu_y):
145 "Clear the space where the menu resides"
146 stdscr.move(menu_y, 0)
147 stdscr.clrtoeol()
148 stdscr.move(menu_y + 1, 0)
149 stdscr.clrtoeol()
150
151
152def display_menu(stdscr, menu_y):

Callers 2

display_menuFunction · 0.85
keyloopFunction · 0.85

Calls 1

moveMethod · 0.45

Tested by

no test coverage detected