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

/freebsd-10.2-release/contrib/ncurses/ncurses/tty/
H A Dtty_update.c1142 NCURSES_CH_T *oldLine = curscr->_line[lineno].text; local
1163 if (!CharEq(newLine[n], oldLine[n])) {
1164 oldPair = GetPair(oldLine[n]);
1167 && unColor(oldLine[n]) == unColor(newLine[n])) {
1171 SetPair(oldLine[n], GetPair(newLine[n]));
1181 if (!SameAttrOf(newLine[firstChar], oldLine[firstChar])) {
1194 PutRange(oldLine, newLine, lineno, 0, (screen_columns - 1));
1253 if (!CharEq(oldLine[oFirstChar], blank))
1263 && CharEq(newLine[firstChar], oldLine[firstChar]))
1284 oldLine[firstCha
[all...]

Completed in 40 milliseconds