setTabStops method
Sets the tab stops for the terminal and enables hard tabs movement optimizations.
Implementation
void setTabStops(int width) {
_renderer.setTabStops(width);
}
Sets the tab stops for the terminal and enables hard tabs movement optimizations.
void setTabStops(int width) {
_renderer.setTabStops(width);
}