From: jstacey AT plato DOT wadham DOT ox DOT ac DOT uk (J-P) Newsgroups: comp.os.msdos.djgpp Subject: library for simple menus Date: 5 May 2000 10:05:33 +0100 Organization: Wadham College Oxford Lines: 11 Message-ID: <8eu2st$7jp$1@plato.wadham.ox.ac.uk> NNTP-Posting-Host: plato.wadham.ox.ac.uk X-Trace: news.ox.ac.uk 957517534 24455 163.1.164.74 (5 May 2000 09:05:34 GMT) X-Complaints-To: newsmaster AT ox DOT ac DOT uk NNTP-Posting-Date: 5 May 2000 09:05:34 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm looking for a fairly low-level menu library (similar menus to RHIDE's own would be excellent) that can be used in GRX's text and graphics modes, preferentially that could adapt to different XxY screens (80x25, 80x40 etc). Any suggestions? Does anything come with the djgpp distro? ISTR ncurses doing something similar, but I could be wrong. J-P -- #define XtOffset(type, field) ((int)&(((type *)0)->field))