MCPcopy Index your code
hub / github.com/Bitmessage/PyBitmessage / redraw

Function redraw

src/bitmessagecurses/__init__.py:257–261  ·  view source on GitHub ↗
(stdscr)

Source from the content-addressed store, hash-verified

255 stdscr.refresh()
256
257def redraw(stdscr):
258 stdscr.erase()
259 stdscr.border()
260 drawmenu(stdscr)
261 stdscr.refresh()
262def dialogreset(stdscr):
263 stdscr.clear()
264 stdscr.keypad(1)

Callers 2

handlechFunction · 0.85
runFunction · 0.85

Calls 1

drawmenuFunction · 0.85

Tested by

no test coverage detected