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

/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1125 ** firstChar = position of first different character in line
1129 ** move to firstChar
1140 int firstChar, oLastChar, nLastChar; local
1179 firstChar = 0;
1180 while (firstChar < screen_columns) {
1181 if (!SameAttrOf(newLine[firstChar], oldLine[firstChar])) {
1185 firstChar++;
1189 firstChar = 0;
1192 GoTo(lineno, firstChar);
[all...]

Completed in 61 milliseconds