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

Function optfn_font_menu

src/options.c:1624–1631  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1622}
1623
1624staticfn int
1625optfn_font_menu(
1626 int optidx, int req, boolean negated,
1627 char *opts, char *op)
1628{
1629 /* send them over to the prefix handling for font_ */
1630 return pfxfn_font(optidx, req, negated, opts, op);
1631}
1632
1633staticfn int
1634optfn_font_message(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected