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

Function mar_map_curs_weiter

outdated/win/gem/wingem1.c:1264–1276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262
1263void mar_cliparound(void);
1264void
1265mar_map_curs_weiter(void)
1266{
1267 static int once = TRUE;
1268
1269 if (once) {
1270 redraw_window(Gem_nhwindow[WIN_STATUS].gw_window, NULL);
1271 redraw_window(Gem_nhwindow[WIN_MESSAGE].gw_window, NULL);
1272 once = FALSE;
1273 }
1274 mar_curs(map_cursx + 1, map_cursy);
1275 mar_cliparound();
1276}
1277
1278/************************* about *******************************/
1279

Callers 1

Gem_putstrFunction · 0.85

Calls 2

mar_cursFunction · 0.85
mar_cliparoundFunction · 0.85

Tested by

no test coverage detected