From mboxrd@z Thu Jan 1 00:00:00 1970 From: +Rudymartin Subject: question about gcc and keyboard hadling Date: Mon, 5 Aug 2002 04:25:52 -0300 Sender: linux-c-programming-owner@vger.kernel.org Message-ID: <02080504255200.24029@linux> Reply-To: rmb@coopenet.com.ar Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org hi folks im trying to develop a text editor using gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-81) , and thats because I want to make some experience with C++ (I used to program in Java and C under windowz) The Info pages have information about most libraries and functions but I have found no way to trap the modifiers keys (ALT/CTRL/SHIFT) under a terminal. And I noticed emacs can trap those keys under a terminal. I tried using the ncurses library and termcap. Where I can find some information about that? btw sry my english isnt perfect. thanks in advance. Rudy.