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