| H A D | util.c | 572 int leftcol, 578 if (leftcol + ncols <= TScreenOf(xw)->max_col) 580 if (leftcol > 0) { 581 leftcol--; 585 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force); 588 #define ScrnUpdate2(xw, toprow, leftcol, nrows, ncols, force) \ 589 ScrnUpdate(xw, toprow, leftcol, nrows, ncols, force) 2467 int toprow, leftcol, nrows, ncols; local in function:handle_translated_exposure 2496 leftcol = x0 / FontWidth(screen); 2497 if (leftcol < 570 ScrnUpdate2(XtermWidget xw,int toprow,int leftcol,int nrows,int ncols,Bool force) argument [all...] |