Searched refs:dpy_text_cursor (Results 1 – 3 of 3) sorted by relevance
116 void (*dpy_text_cursor)(struct DisplayState *s, int x, int y); member249 if (dcl->dpy_text_cursor) dcl->dpy_text_cursor(s, x, y); in dpy_cursor()
365 dcl->dpy_text_cursor = curses_cursor_position; in curses_display_init()
576 dcl->dpy_text_cursor = NULL; in sdl_display_init()