Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ Gem_cliparound
Function
Gem_cliparound
outdated/win/gem/wingem.c:865–871 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
863
#ifdef CLIPPING
864
extern void mar_cliparound(void);
865
void
866
Gem_cliparound(x, y)
867
int x, y;
868
{
869
mar_curs(x - 1, y);
870
mar_cliparound();
871
}
872
#endif /* CLIPPING */
873
874
/*
Callers
1
Gem_preference_update
Function · 0.85
Calls
2
mar_curs
Function · 0.85
mar_cliparound
Function · 0.85
Tested by
no test coverage detected