Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ write_text_tile
Function
write_text_tile
win/share/tiletext.c:445–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
boolean
446
write_text_tile(pixel (*pixels)[TILE_X])
447
{
448
write_txttile(tile_file, pixels);
449
return TRUE;
450
}
451
452
int
453
fclose_text_file(void)
Callers
2
main
Function · 0.85
save
Method · 0.85
Calls
1
write_txttile
Function · 0.85
Tested by
no test coverage detected