Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 29 Jun 2001 16:10:04 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Reassigning VINTR Keystrokes Message-ID: <20010629161004.B8193@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <200106291615 DOT f5TGFRr24483 AT cs DOT queensu DOT ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <200106291615.f5TGFRr24483@cs.queensu.ca>; from thomas@cs.queensu.ca on Fri, Jun 29, 2001 at 12:15:27PM -0400 On Fri, Jun 29, 2001 at 12:15:27PM -0400, Craig Thomas wrote: >Now on to the problem at hand. The problem I'm currently having is >remapping the key which generates a VINTR signal from CTRL-C to >something else. Under a Solaris system, the code looks something like >this: I'm pretty certain that the VINTR character is not actually remappable under Cygwin unless you are using CYGWIN=tty. It is probably misleading since the termios call will seem to work but the interrupt character will still be CTRL-C. The reason for this is that, AFAIK, Windows offers no way to remap this character so you need a special "driver", like what CYGWIn=tty provides to properly handle this. If anyone is aware of a way to remap CTRL-C under the Windows console, I'm willing to look into changing this. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/