resize method

  1. @override
void resize(
  1. int rows,
  2. int columns
)
override

Tell the child the new window size. Order is (rows, columns).

Implementation

@override
void resize(int rows, int columns) => _pty.resize(rows, columns);