setWindowWidth method

  1. @override
int setWindowWidth(
  1. int width
)
override

Implementation

@override
int setWindowWidth(int width) {
  stdout.write('\x1b[8;;${width}t');
  return width;
}