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

/xsrc/external/mit/xterm/dist/
H A Dscreen.c1501 * invoke ScrnRefresh on them, then adjust [col, maxcol] to be fully
1503 * end of ScrnRefresh, so that we are painting either all highlighted
1518 ScrnRefresh(xw, row, *col, 1, start - *col, force);
1522 ScrnRefresh(xw, row, end, 1, *maxcol - end + 1, force);
1527 ScrnRefresh(xw, row, *col, 1, screen->startH.col - *col,
1532 ScrnRefresh(xw, row, screen->endH.col, 1,
1553 ScrnRefresh(XtermWidget xw, function in typeref:typename:void
1576 TRACE(("ScrnRefresh top %d (%d,%d) - (%d,%d)%s " TRACE_L "\n",
1634 TRACE2(("ScrnRefresh row=%d lastind=%d ->%d\n",
1717 ScrnRefresh(x
[all...]
H A Dscrollbar.c387 ScrnRefresh(xw, 0, 0,
428 ScrnRefresh(xw, refreshtop, 0, lines, MaxCols(screen), False);
H A Dutil.c291 ScrnRefresh(xw,
757 ScrnRefresh(xw,
2513 ScrnRefresh(xw, toprow, leftcol, nrows, ncols, True);
2707 ScrnRefresh(xw, 0, 0, LastRowNumber(screen) + 1, MaxCols(screen), True);
H A Dbutton.c4425 ScrnRefresh(xw, row, 0, 1, MaxCols(screen), True);
4432 ScrnRefresh(xw, first.row, first.col, 1, i, True);
4435 ScrnRefresh(xw, first.row + 1, 0, i, MaxCols(screen), True);
4438 ScrnRefresh(xw, last.row, 0, 1, last.col, True);
4441 ScrnRefresh(xw, first.row, first.col, 1, last.col - first.col, True);
H A Dxterm.h1583 extern void ScrnRefresh (XtermWidget /* xw */, int /* toprow */, int /* leftcol */, int /* nrows */, int /* ncols */, Bool /* force */);
H A Dmenu.c1837 ScrnRefresh(term, 0, 0,
H A Dcharproc.c2683 ScrnRefresh(xw, FirstRowNumber(screen), 0, 1, right_margin, True);
13804 * cells reset. If any are left, repaint those lines with ScrnRefresh().
13832 ScrnRefresh(xw,

Completed in 70 milliseconds