watchSize method

Stream<Point<int>> watchSize()

Returns a stream that emits new dimensions whenever the terminal is resized.

Implementation

Stream<Point<int>> watchSize() {
  return backend.watchSize();
}