height property

int get height

Height of the buffer in terminal rows.

Implementation

int get height {
  _checkValid();
  return _bindings.getBufferHeight(_ptr);
}