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

Function optfn_font_text

src/options.c:1696–1703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1694}
1695
1696staticfn int
1697optfn_font_text(
1698 int optidx, int req, boolean negated,
1699 char *opts, char *op)
1700{
1701 /* send them over to the prefix handling for font_ */
1702 return pfxfn_font(optidx, req, negated, opts, op);
1703}
1704
1705staticfn int
1706optfn_fruit(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected