Returns a stream that emits new dimensions whenever the terminal is resized.
Stream<Point<int>> watchSize() { return backend.watchSize(); }