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

Function genl_putmixed

src/windows.c:1527–1534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1525 */
1526
1527void
1528genl_putmixed(winid window, int attr, const char *str)
1529{
1530 char buf[BUFSZ];
1531
1532 /* now send it to the normal putstr */
1533 putstr(window, attr, decode_mixed(buf, str));
1534}
1535
1536/* possibly called to show usage info during command line processing when
1537 an interface hasn't yet been chosen and set up */

Callers

nothing calls this directly

Calls 1

decode_mixedFunction · 0.85

Tested by

no test coverage detected