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

Function optfn_font_status

src/options.c:1687–1694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1685}
1686
1687staticfn int
1688optfn_font_status(
1689 int optidx, int req, boolean negated,
1690 char *opts, char *op)
1691{
1692 /* send them over to the prefix handling for font_ */
1693 return pfxfn_font(optidx, req, negated, opts, op);
1694}
1695
1696staticfn int
1697optfn_font_text(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected