Home | History | Annotate | Download | only in libcurses

Lines Matching refs:curscr

803 		else if (__echoit && ((_cursesi_screen->curscr->cury != (win->begy + win->cury))
804 || (_cursesi_screen->curscr->curx != (win->begx + win->curx)))) {
806 "wgetch: curscr cury %d cury %d "
807 "curscr curx %d curx %d\n",
808 _cursesi_screen->curscr->cury,
810 _cursesi_screen->curscr->curx,
817 mvcur(_cursesi_screen->curscr->cury,
818 _cursesi_screen->curscr->curx,
820 _cursesi_screen->curscr->cury =
822 _cursesi_screen->curscr->curx =