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

Function optfn_font_size_message

src/options.c:1660–1667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1658}
1659
1660staticfn int
1661optfn_font_size_message(
1662 int optidx, int req, boolean negated,
1663 char *opts, char *op)
1664{
1665 /* send them over to the prefix handling for font_ */
1666 return pfxfn_font(optidx, req, negated, opts, op);
1667}
1668
1669staticfn int
1670optfn_font_size_status(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected