width property
int
get
width
Width of the buffer in terminal columns.
Implementation
int get width {
_checkValid();
return _bindings.getBufferWidth(_ptr);
}
Width of the buffer in terminal columns.
int get width {
_checkValid();
return _bindings.getBufferWidth(_ptr);
}