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

Function optfn_font_map

src/options.c:1615–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1613}
1614
1615staticfn int
1616optfn_font_map(
1617 int optidx, int req, boolean negated,
1618 char *opts, char *op)
1619{
1620 /* send them over to the prefix handling for font_ */
1621 return pfxfn_font(optidx, req, negated, opts, op);
1622}
1623
1624staticfn int
1625optfn_font_menu(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected