Path: utzoo!utgpu!watmath!att!ucbvax!decwrl!shelby!polya!wolfe From: wolfe@polya.Stanford.EDU (Michael R. Wolfe) Newsgroups: comp.lang.c Subject: Curses question... Message-ID: <11157@polya.Stanford.EDU> Date: 7 Aug 89 16:59:44 GMT Sender: Michael R. Wolfe Reply-To: wolfe@Polya.Stanford.EDU (Michael R. Wolfe) Organization: Stanford University Lines: 15 I'm trying to write an application which deals with menus. I'd like to be able to scroll up and down a menu, as well as scroll up and down a file and highlight certain lines. I've tryed using Curses but can't see how to do it. I can't seem to get a window which is larger than the screen, even using pads. Pads seem very touchy. For example, if I define a pad to be a certain size, it will appear to work, but if I make it one line larger or shorter, I'll get seqmentation faults.. Has anyone managed to get anything like this to work? -Mike wolfe@polya.stanford.edu