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

Function display_cursor

win/X11/winmap.c:982–987  ·  view source on GitHub ↗

* Display the cursor on the map window. */

Source from the content-addressed store, hash-verified

980 * Display the cursor on the map window.
981 */
982static void
983display_cursor(struct xwindow *wp)
984{
985 /* Redisplay the cursor location inverted. */
986 map_update(wp, wp->cursy, wp->cursy, wp->cursx, wp->cursx, TRUE);
987}
988
989/*
990 * Check if there are any changed characters. If so, then plaster them on

Callers 3

check_cursor_visibilityFunction · 0.85
display_map_windowFunction · 0.85
map_exposedFunction · 0.85

Calls 1

map_updateFunction · 0.85

Tested by

no test coverage detected