MCPcopy Index your code
hub / github.com/NetHack/NetHack / docrt

Function docrt

src/display.c:1701–1705  ·  view source on GitHub ↗

the main refresh-the-screen routine */

Source from the content-addressed store, hash-verified

1699
1700/* the main refresh-the-screen routine */
1701void
1702docrt(void)
1703{
1704 docrt_flags(docrtRecalc);
1705}
1706
1707/* docrt() with finer control */
1708void

Callers 15

tty_resume_nhwindowsFunction · 0.85
erase_menu_or_textFunction · 0.85
tty_display_fileFunction · 0.85
curs_reset_windowsFunction · 0.85
reset_needed_visualsFunction · 0.85
maybe_do_tutorialFunction · 0.85
newgameFunction · 0.85
map_redisplayFunction · 0.85
gold_detectFunction · 0.85
food_detectFunction · 0.85
do_vicinity_mapFunction · 0.85
find_trapFunction · 0.85

Calls 1

docrt_flagsFunction · 0.85

Tested by

no test coverage detected