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

Function optfn_font_message

src/options.c:1633–1640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1631}
1632
1633staticfn int
1634optfn_font_message(
1635 int optidx, int req, boolean negated,
1636 char *opts, char *op)
1637{
1638 /* send them over to the prefix handling for font_ */
1639 return pfxfn_font(optidx, req, negated, opts, op);
1640}
1641
1642staticfn int
1643optfn_font_size_map(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected