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

Function dohistory

src/pager.c:2960–2965  ·  view source on GitHub ↗

the 'V' command; also a choice for '?' */

Source from the content-addressed store, hash-verified

2958
2959/* the 'V' command; also a choice for '?' */
2960int
2961dohistory(void)
2962{
2963 display_file(HISTORY, TRUE);
2964 return ECMD_OK;
2965}
2966
2967/*pager.c*/

Callers 3

onWMCommandFunction · 0.85
hmenu_dohistoryFunction · 0.85
onWMCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected