Home | History | Annotate | Download | only in include

Lines Matching refs:scroll

347 #ifdef scroll
348 inline int UNDEF(scroll)(WINDOW *win) { return scroll(win); }
349 #undef scroll
350 #define scroll UNDEF(scroll)
1097 int scroll(int amount=1) { return ::wscrl(w, amount); }
1098 // Scroll amount lines. If amount is positive, scroll up, otherwise
1099 // scroll down.