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