Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
def
redraw(stdscr):
258
stdscr.erase()
259
stdscr.border()
260
drawmenu(stdscr)
261
stdscr.refresh()
262
def
dialogreset(stdscr):
263
stdscr.clear()
264
stdscr.keypad(1)
Callers
2
handlech
Function · 0.85
run
Function · 0.85
Calls
1
drawmenu
Function · 0.85
Tested by
no test coverage detected