Date: Sun, 06 Oct 2002 21:29:13 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2950-Sun06Oct2002212913+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <3D9FBA14.16FC5067@djgpp.env> (message from LSB on Sun, 06 Oct 2002 12:20:36 +0800) Subject: Re: how to use curses? References: <3D9FBA14 DOT 16FC5067 AT djgpp DOT env> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: LSB > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 06 Oct 2002 12:20:36 +0800 > > i would like to ask how can i use the curses emulator > in DJGPP under DOS?? (i'm using C instead of C++) Install the PDCurses package (available from the DJGPP sites) and read the documentation, it will explain how to use it. PDCurses is an emulator of Unix curses.