menu
nylo_support package
documentation
dart_console/src/ffi/unix/termlib_unix.dart
TermLibUnix
setWindowHeight method
setWindowHeight method
dark_mode
light_mode
setWindowHeight
method
@
override
int
setWindowHeight
(
int
height
)
override
Implementation
@override int setWindowHeight(int height) { stdout.write('\x1b[8;$height;t'); return height; }
nylo_support package
documentation
dart_console/src/ffi/unix/termlib_unix
TermLibUnix
setWindowHeight method
TermLibUnix class