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

Function selection_force_newsyms

src/selvar.c:801–810  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

799}
800
801void
802selection_force_newsyms(struct selectionvar *sel)
803{
804 coordxy x, y;
805
806 for (x = 1; x < sel->wid; x++)
807 for (y = 0; y < sel->hei; y++)
808 if (selection_getpoint(x, y, sel))
809 newsym_force(x, y);
810}
811
812/*selvar.c*/

Callers 1

getpos_sethiliteFunction · 0.85

Calls 2

selection_getpointFunction · 0.85
newsym_forceFunction · 0.85

Tested by

no test coverage detected