Date: Tue, 8 Jun 93 13:06:03 EDT From: DJ Delorie To: user4a AT par1 DOT zfe DOT siemens DOT de Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: getchar without echo under graphics with libgrx > Is there a possibility to get a character from the stdin without any > echo under the graphic mode as for example with the libgrx for gcc ? libgrx may have it's own mechanism for getting keypress/release events as part of the event handling. However, you may still use the text mode solution if you like. > I am also interested for a solution under text mode... it should be > the same in fact ? getkey() in