initscr method

Pointer<WINDOW> initscr()

Implementation

ffi.Pointer<WINDOW> initscr() {
  return _initscr();
}