Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ set_grayscale
Function
set_grayscale
win/share/tiletext.c:91–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
};
90
91
void
92
set_grayscale(int gs)
93
{
94
grayscale = gs;
95
}
96
97
/* read next line; repeat until it
's a non-comment; populates '
inbuf[]';
98
the buffer might already have data (first line after colormap) */
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected