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

Function dialogreset

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

Source from the content-addressed store, hash-verified

260 drawmenu(stdscr)
261 stdscr.refresh()
262def dialogreset(stdscr):
263 stdscr.clear()
264 stdscr.keypad(1)
265 curses.curs_set(0)
266def handlech(c, stdscr):
267 if c != curses.ERR:
268 global inboxcur, addrcur, sentcur, subcur, abookcur, blackcur

Callers 1

handlechFunction · 0.85

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected