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

Function optfn_font_size_map

src/options.c:1642–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642staticfn int
1643optfn_font_size_map(
1644 int optidx, int req, boolean negated,
1645 char *opts, char *op)
1646{
1647 /* send them over to the prefix handling for font_ */
1648 return pfxfn_font(optidx, req, negated, opts, op);
1649}
1650
1651staticfn int
1652optfn_font_size_menu(

Callers

nothing calls this directly

Calls 1

pfxfn_fontFunction · 0.85

Tested by

no test coverage detected