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