Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ doredraw
Function
doredraw
src/display.c:1693–1698 ·
view source on GitHub ↗
the #redraw command */
Source
from the content-addressed store, hash-verified
1691
1692
/* the #redraw command */
1693
int
1694
doredraw(void)
1695
{
1696
docrt();
1697
return ECMD_OK;
1698
}
1699
1700
/* the main refresh-the-screen routine */
1701
void
Callers
6
win32con_debug_keystrokes
Function · 0.85
ConvertKey
Function · 0.85
EditClipping
Function · 0.85
ghack_reinit_map_window
Function · 0.85
ghack_save_game
Function · 0.85
Gem_preference_update
Function · 0.85
Calls
1
docrt
Function · 0.85
Tested by
no test coverage detected