menu
flutter_alacritty package
documentation
pty/pty_backend.dart
PtyBackend
resize abstract method
resize abstract method
dark_mode
light_mode
resize
abstract method
void
resize
(
int
rows
,
int
columns
)
Tell the child the new window size. Order is (rows, columns).
Implementation
void resize(int rows, int columns);
flutter_alacritty package
documentation
pty/pty_backend
PtyBackend
resize abstract method
PtyBackend class