Ncurses and WINDOW scrolling [Archive] - C Board

PDA

View Full Version : Ncurses and WINDOW scrolling


birkoss
05-17-2002, 11:47 AM
Hi, I have a WINDOW with text in it, when I scroll(win) (to scroll up) or wscrl(win,-1) (to scroll down), it will erase the text of the WINDOW.

How can I keep what the WINDOW have, like page up/page down in *****X.

Thanks

birkoss