Searched refs:newBottomRow (Results 1 – 1 of 1) sorted by relevance
526 int newBottomRow = screenBase + bottom - 1; in deleteLine() local527 charArray[newBottomRow] = discardedChars; in deleteLine()528 charAttributes[newBottomRow] = discardedAttributes; in deleteLine()529 Arrays.fill(charArray[newBottomRow], ' '); in deleteLine()530 Arrays.fill(charAttributes[newBottomRow], 0); in deleteLine()