screen_set_default_cursor
screen_set_default_cursor(&pd->s, global_w_options);
void screen_set_default_cursor(struct screen *, struct options *);
screen_set_default_cursor(&data->screen, global_w_options);
screen_set_default_cursor(wp->screen, wp->options);