MCPcopy Create free account
hub / github.com/NetHack/NetHack / optfn_font_size_status

Function optfn_font_size_status

src/options.c:1669–1676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1667}
1668
1669staticfn int
1670optfn_font_size_status(
1671 int optidx, int req, boolean negated,
1672 char *opts, char *op)
1673{
1674 /* send them over to the prefix handling for font_ */
1675 return pfxfn_font(optidx, req, negated, opts, op);
1676}
1677
1678staticfn int
1679optfn_font_size_text(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected