Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ show_region
Function
show_region
src/region.c:731–735 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
729
}
730
731
void
732
show_region(NhRegion *reg, coordxy x, coordxy y)
733
{
734
show_glyph(x, y, reg->glyph);
735
}
736
737
/**
738
* save_regions :
Callers
1
newsym
Function · 0.85
Calls
1
show_glyph
Function · 0.85
Tested by
no test coverage detected