[prog] curses forms paging

Clifford Crawford cjc26 at cornell.edu
Fri Mar 5 18:10:03 EST 2004


On Mar 4, 2004, at 10:30 PM, ed orphan wrote:

>        case KEY_PPAGE:  /* page up key */
>             form_driver(my_form, REQ_FIRST_PAGE);

I think this should be REQ_PREV_PAGE, otherwise whenever you press 
PageUp you will always go to the very first page of the form instead of 
the previous page.



More information about the Programming mailing list