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

Function tty_update_inventory

win/tty/wintty.c:3605–3614  ·  view source on GitHub ↗

update persistent inventory window */

Source from the content-addressed store, hash-verified

3603
3604/* update persistent inventory window */
3605void
3606tty_update_inventory(int arg UNUSED)
3607{
3608#ifdef TTY_PERM_INVENT
3609 sync_perminvent(); /* call back to core */
3610#else
3611 /* do nothing */
3612#endif
3613 return;
3614}
3615
3616void
3617tty_mark_synch(void)

Callers 1

ttyinv_end_menuFunction · 0.85

Calls 1

sync_perminventFunction · 0.85

Tested by

no test coverage detected