height property
int
get
height
Height of the buffer in terminal rows.
Implementation
int get height {
_checkValid();
return _bindings.getBufferHeight(_ptr);
}
Height of the buffer in terminal rows.
int get height {
_checkValid();
return _bindings.getBufferHeight(_ptr);
}