Date: Fri, 21 Mar 1997 18:03:20 -0600 (CST) From: "Mr. Fuju" Subject: getch () To: djgpp AT delorie DOT com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT I know this isn't exactly related to djgpp, but I know you guys can help me.... I need a getch ()/getche () function for Unix. I'm referring to, of course, these functions as they are implemented in DOS with Turbo C++. I'm told I need to find out to what terminal I am attached, put the terminal in raw mode, get the character, and then put the terminal back into cooked mode. I have no idea how to do that, nor do I have any reference material that explains that. Can you help? Kevin