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