menu
ncurses package
documentation
bindings.dart
NCursesLibrary
use_env_sp method
use_env_sp method
dark_mode
light_mode
use_env_sp
method
void
use_env_sp
(
Pointer
<
SCREEN
>
arg0
,
bool
arg1
)
Implementation
void use_env_sp( ffi.Pointer<SCREEN> arg0, bool arg1, ) { return _use_env_sp( arg0, arg1, ); }
ncurses package
documentation
bindings
NCursesLibrary
use_env_sp method
NCursesLibrary class