X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,J_CHICKENPOX_63 X-Spam-Check-By: sourceware.org Message-ID: <49AC13A4.5070507@smart.net> Date: Mon, 02 Mar 2009 12:13:08 -0500 From: "Daniel S." User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081204 SeaMonkey/1.1.14 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: job control: "set CYGWIN=tty" but ^Z doesn't work Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Feron-FreePass: is an authorized sender. 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 What setup is need to get ^Z to suspend the current process? The CygWin manual Environment Variables section at http://cygwin.com/cygwin-ug-net/setup-env.html says: The CYGWIN variable is used ... [Y]ou can ... set it to tty (e.g. to support job control with ^Z etc...) using a syntax like this in the DOS shell, before launching bash. C:\> set CYGWIN=tty notitle glob I've added: set CYGWIN=tty to my Cygwin.bat file, but ^Z doesn't suspend a process. (E.g., running "for (( i = 1 ; i '<' 100000 ; i = i + 1 )) ; do : ; done " and pressing control-Z doesn't suspend the process running the loop. Thanks, Daniel -- 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/