menu
ncurses package
documentation
bindings.dart
NCursesLibrary
clearok method
clearok method
dark_mode
light_mode
clearok
method
int
clearok
(
Pointer
<
WINDOW
>
arg0
,
bool
arg1
)
Implementation
int clearok( ffi.Pointer<WINDOW> arg0, bool arg1, ) { return _clearok( arg0, arg1, ); }
ncurses package
documentation
bindings
NCursesLibrary
clearok method
NCursesLibrary class