resizeBuffer

open override fun resizeBuffer(newSize: Int): CharArray

Grows the termBuffer to at least size newSize, preserving the existing content.

Return

newly created termBuffer with length >= newSize

Parameters

newSize

minimum size of the new termBuffer