[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Scrolling Problem with Ncurses
From: |
Krt_Malta |
Subject: |
Scrolling Problem with Ncurses |
Date: |
Sun, 19 Apr 2009 00:23:26 -0700 (PDT) |
Hi,
I am using Ncurses to develop a text editor in C. I am successfully
scrolling up and down by using, wscrl(stdscr,1); and wscrl(stdscr,-1);
respectively. However, for example, when I scroll down one line, the first
line in the terminal clears ok but when I scroll back up, the first line
does not reappear. It scrolls up, but it gives me an empty line instead.
How can I solve this plz?
Thanks and regards,
Krt_Malta
--
View this message in context:
http://www.nabble.com/Scrolling-Problem-with-Ncurses-tp23120234p23120234.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.
- Scrolling Problem with Ncurses,
Krt_Malta <=