| 1262 | |
| 1263 | void mar_cliparound(void); |
| 1264 | void |
| 1265 | mar_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 |
no test coverage detected