HomeSort by: relevance | last modified time | path
    Searched refs:isCursorUnderline (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xterm/dist/
ptyx.h 2364 #define isCursorUnderline(s) ((s)->cursor_shape == CURSOR_UNDERLINE)
fontutils.c 2490 int hh = isCursorUnderline(screen) ? fh / 8 : fh;
misc.c 4918 if (isCursorUnderline(screen))
charproc.c 13393 isCursorUnderline(screen) ? "underline" : "bar"),
13438 if (isCursorUnderline(screen)) {

Completed in 48 milliseconds