setTabStops method

void setTabStops(
  1. int width
)

Sets the tab stops for the terminal and enables hard tabs movement optimizations.

Implementation

void setTabStops(int width) {
  _renderer.setTabStops(width);
}