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

Function tty_player_selection

win/tty/wintty.c:633–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631}
632
633void
634tty_player_selection(void)
635{
636 if (genl_player_setup(ttyDisplay->rows))
637 return;
638
639 bail((char *) 0);
640 /*NOTREACHED*/
641}
642
643/*
644 * svp.plname is filled either by an option (-u Player or -uPlayer) or

Callers

nothing calls this directly

Calls 2

genl_player_setupFunction · 0.85
bailFunction · 0.70

Tested by

no test coverage detected