Xref: news-dnh.mv.net comp.os.msdos.djgpp:2161 Path: news-dnh.mv.net!mv!news.sprintlink.net!news.uoregon.edu!waikato!not-for-mail From: jpg AT cs DOT waikato DOT ac DOT nz (J P Griffiths) Newsgroups: comp.os.msdos.djgpp Subject: Re: grx2.0 DOS/linux help Date: 24 Sep 1995 22:59:08 GMT Organization: The University of Waikato Lines: 22 Sender: jpg AT waikato DOT ac DOT nz References: Reply-To: jpg AT waikato DOT ac DOT nz Nntp-Posting-Host: lucy.cs.waikato.ac.nz To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp Brendan Simon (brendan AT rdt DOT monash DOT edu DOT au) wrote: : I want to set my console to cbreak or raw mode so I can trap cursor keys : etc. Can I do this through the grx library or the svgalib calls. If I : use the svgalib calls, how will it affect other grx2.0 lib calls???? I use the rawkeyboard package that came with svgalib, ie with grx2 and I have had no problems. In fact I wrote some wrappers that allow you to use the keyboard in both polled and getch-style modes at once. Look at x2ftp.oulu.fi /pub/msdos/programming/djgpp/jlib_1-0.zip in about a week for working examples of Linux keyboard input. :I'm not sure if this is the right list to discuss grx2.0 library queries. :Is there a grx2.0 mailing list ???? Or are other people using djgpp interested :in grx2.0 for both platforms. (Linux and DOS) ??? I think you and I can sneak in here under the interests of djgpp relatedness. Especially considering that grx is in beta, problems in one environment may well be relevant to the other. Good Luck With Your Projects, Jon.