Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
1701
void
1702
docrt(void)
1703
{
1704
docrt_flags(docrtRecalc);
1705
}
1706
1707
/* docrt() with finer control */
1708
void
Callers
15
tty_resume_nhwindows
Function · 0.85
erase_menu_or_text
Function · 0.85
tty_display_file
Function · 0.85
curs_reset_windows
Function · 0.85
reset_needed_visuals
Function · 0.85
maybe_do_tutorial
Function · 0.85
newgame
Function · 0.85
map_redisplay
Function · 0.85
gold_detect
Function · 0.85
food_detect
Function · 0.85
do_vicinity_map
Function · 0.85
find_trap
Function · 0.85
Calls
1
docrt_flags
Function · 0.85
Tested by
no test coverage detected