width property

int get width

Width of the buffer in terminal columns.

Implementation

int get width {
  _checkValid();
  return _bindings.getBufferWidth(_ptr);
}