X-Spam-Check-By: sourceware.org Message-ID: <46A02EB1.BD3D0514@dessent.net> Date: Thu, 19 Jul 2007 20:40:33 -0700 From: Brian Dessent X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: SOLUTION: Own Compiled Program Immediately Crashes on Startup References: <026a01c7c932$4cae0810$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <20070718121556 DOT 83920 AT gmx DOT net> <026e01c7c936$bad581c0$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <20070718133420 DOT 83920 AT gmx DOT net> <027901c7c941$c6e51e70$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <20070718140257 DOT 83920 AT gmx DOT net> <027e01c7c947$31c0d310$2e08a8c0 AT CAM DOT ARTIMI DOT COM> <469E25B2 DOT 3A0A359A AT dessent DOT net> <20070718150917 DOT 83910 AT gmx DOT net> <469E31D4 DOT 4733053E AT dessent DOT net> <20070719205412 DOT GA7046 AT df8xq-l2 DOT streibel DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hans Streibel wrote: > Jove is an Emacs like editor. As such it uses the key sequence > CONTROL-X CONTROL-C (^X^C) for leaving the editor. > In Cygwin however ^C still sends the interrupt signal to the editor. > However the keystroke ^C should have been changed to not sending > that signal. On most platforms that works - but not in Cygwin. > > I can't tell right now what mechanism Jove is using for handling > the terminal under Cygwin. There so many mechanisms: > "struct termio", "struct termios", "struct sgttyb". > Jove under Cygwin follows BSD POSIX. Try adding 'tty' to the CYGWIN environment variable. Or use rxvt/xterm/etc. These are two different ways of achieving the same outcome, namely that the program will be attached to a unix-style pty instead of a Windows console. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/