Searched refs:myFont (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xterm/dist/
H A Dmisc.c842 static XTermFonts myFont; local in function:make_colored_cursor
846 myFont.fs = xtermLoadQueryFont(term, screen->cursor_font_name);
847 if (myFont.fs != NULL) {
848 if (!xtermMissingChar(c_index, &myFont)
849 && !xtermMissingChar(c_index + 1, &myFont)) {
862 myFont.fs->fid, /* source_font */
863 myFont.fs->fid, /* mask_font */
869 XFreeFont(dpy, myFont.fs);

Completed in 9 milliseconds