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

/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1127 ** nLastChar = position of last different character in new line
1130 ** overwrite chars up to min(oLastChar, nLastChar)
1131 ** if oLastChar < nLastChar
1132 ** insert newLine[oLastChar+1..nLastChar]
1134 ** delete oLastChar - nLastChar spaces
1140 int firstChar, oLastChar, nLastChar; local
1303 nLastChar = screen_columns - 1;
1305 while (nLastChar > firstChar
1306 && CharEq(newLine[nLastChar], oldLine[nLastChar]))
[all...]

Completed in 97 milliseconds