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

  /src/games/hack/
hack.terminfo.c 218 if (clr_eol)
219 xputs(clr_eol);
  /src/games/larn/
io.c 655 if (!clr_eol) {
656 fprintf(stderr, "term does not have clr_eol.\n");
803 tputs(clr_eol, 0, ttputch);
839 tputs(clr_eol, 0,
848 tputs(clr_eol, 0,
  /src/games/tetris/
screen.c 419 if (set || clr_eol == NULL) {
430 putpad(clr_eol);
  /src/lib/libcurses/
refresh.c 1256 if (clr_eol && !_cursesi_screen->curwin && (!(__using_color)
1283 ce = clr_eol;
  /src/lib/libterminfo/
term.h 1155 #define clr_eol t_clr_eol(cur_term) macro
1553 * clr_eol: Clear to end of line

Completed in 18 milliseconds