buffer property

Buffer buffer

Current active buffer of the terminal. This is initially mainBuffer and can be switched back and forth from altBuffer to mainBuffer when the underlying program requests it.

Implementation

Buffer get buffer => _buffer;