* Display the cursor on the map window. */
| 980 | * Display the cursor on the map window. |
| 981 | */ |
| 982 | static void |
| 983 | display_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 |
no test coverage detected