Searched refs:TermH (Results 1 – 9 of 9) sorted by relevance
279 while (vcursor_h + width > TermH) in Vdraw()286 if (vcursor_h >= TermH) { in Vdraw()391 rhdiff = TermH - vcursor_h - rprompt_h; in Refresh()933 str_delete(old, (int) (ofd - old), TermH, -fx); in update_line()959 ClearEOL(TermH - CursorH); in update_line()1007 if (olen > TermH) in update_line()1008 olen = TermH; in update_line()1022 ClearEOL(TermH - CursorH); in update_line()1148 th = TermH; /* optimize for speed */ in RefCursor()1233 while (width > 1 && CursorH + width > TermH) in PutPlusOne()[all …]
426 TermH = Val(T_co); in ReBufferDisplay()427 TermV = (INBUFSIZE * 4) / TermH + 1;/*FIXBUF*/ in ReBufferDisplay()430 b[i] = xmalloc(sizeof(*b[i]) * (TermH + 1)); in ReBufferDisplay()435 b[i] = xmalloc(sizeof(*b[i]) * (TermH + 1)); in ReBufferDisplay()1080 if (where >= TermH) { in MoveToChar()1153 if (n > TermH) { in so_write()1179 cur_pos = CursorV * TermH + CursorH; in so_write()1211 if (CursorH >= TermH) { /* wrap? */ in so_write()1230 CursorH = TermH - 1; in so_write()1249 if (num > TermH) { in DeleteChars()[all …]
178 TermH; /* screen width */ variable
281 if ((dflag & DIR_LINE) && cur >= TermH - 1 && len < TermH) { in printdirs()
2142 columns = (TermH + 1) / maxwidth; /* PWP: terminal size change */ in find_rows()2176 columns = TermH / maxwidth; /* PWP: terminal size change */ in print_by_column()
640 if (len + cu >= TermH) { in dosetty()
1449 if (len >= TermH - 1) { in dokill()
2573 columns = (TermH + 1) / maxwidth; /* PWP: terminal size change */
428 21. Don't use T_Cols for wrapping purposes; use TermH consistently