menu
ncurses package
documentation
bindings.dart
NCursesLibrary
color_set method
color_set method
dark_mode
light_mode
color_set
method
int
color_set
(
int
arg0
,
Pointer
<
Void
>
arg1
)
Implementation
int color_set( int arg0, ffi.Pointer<ffi.Void> arg1, ) { return _color_set( arg0, arg1, ); }
ncurses package
documentation
bindings
NCursesLibrary
color_set method
NCursesLibrary class