MCPcopy 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 */
1693int
1694doredraw(void)
1695{
1696 docrt();
1697 return ECMD_OK;
1698}
1699
1700/* the main refresh-the-screen routine */
1701void

Callers 6

ConvertKeyFunction · 0.85
EditClippingFunction · 0.85
ghack_reinit_map_windowFunction · 0.85
ghack_save_gameFunction · 0.85
Gem_preference_updateFunction · 0.85

Calls 1

docrtFunction · 0.85

Tested by

no test coverage detected