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

Function genl_preference_update

src/windows.c:460–469  ·  view source on GitHub ↗

ARGSUSED*/

Source from the content-addressed store, hash-verified

458
459/*ARGSUSED*/
460void
461genl_preference_update(const char *pref UNUSED)
462{
463 /* window ports are expected to provide
464 their own preference update routine
465 for the preference capabilities that
466 they support.
467 Just return in this genl one. */
468 return;
469}
470
471char *
472genl_getmsghistory(boolean init UNUSED)

Callers 1

tty_preference_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected