![]() |
| | #1 |
| Registered User Join Date: Jan 2006
Posts: 6
| scroll up with ncurses ? plz help Thanks, appriciate in advance. |
| dimaash is offline | |
| | #2 |
| Just kidding.... Join Date: Jun 2003
Posts: 223
| Hi Once I used ncurses in a program but never mentioned about scrolling! One of the best programs that uses ncurses is links (a consol based www browser). Even It has no scrolling option, since to read something you have to press "space" or "up/down arrow" and then the screnn moves "one page" upward! This makes me think so that, you have to move the whole screen at a time. So, if you want to scroll just one line, create a new window and then write the lines in previous windows staring from line number 2 and then add the new line at the bottom. So, the user thinks that when he presses "down arrow" the page just moves one line. |
| fnoyan is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Trying to scroll a message across an LED display | souldoutt | C Programming | 5 | 11-27-2008 10:39 PM |
| Need help with edit box and vert scroll | AndewWood | Windows Programming | 11 | 01-08-2008 02:00 AM |
| Scroll Bars Are Scrolling Me Crazy | Iyouboushi | C# Programming | 6 | 03-03-2006 01:43 PM |
| Scroll Bars and Focus | Thantos | Windows Programming | 1 | 08-21-2003 11:57 AM |
| Horizontal Scroll Bars with CListBox | Malek | Windows Programming | 1 | 04-10-2003 09:58 PM |