ffi.Pointer<WINDOW> get stdscr => _stdscr.value;
set stdscr(ffi.Pointer<WINDOW> value) => _stdscr.value = value;