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