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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dtty_update.c1281 int nLastNonblank = nLastChar; local
1304 int m = max(nLastNonblank, oLastNonblank);
1312 if ((nLastChar < nLastNonblank)
1321 > SP->_el_cost + nLastNonblank - (n + 1)) {
1323 n + 1, nLastNonblank))
1324 GoTo(lineno, nLastNonblank + 1);

Completed in 42 milliseconds