X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :cc:content-type; q=dns; s=default; b=Rc1ALZ/FJQwpRuY8eS4/ORb/3i dpvqduu2yiJb+tjHoJDv4w8a9LkRSbdklaAbMvctlrTjnKC1sKGYPgGcN3MmXsG9 Tm5bnrDUNO2VbMbvdTdtaxZrgZSn/krOu1DlCz9AkDhyhvS8FGQi2ljsKithob/7 L5ZnllpAR75ALZCQQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :cc:content-type; s=default; bh=h7t+cIjJvDL++3ZheMnRwDIXphw=; b= iyqLnbhlZMcDr9YCa5grrS6PGUxE5JayHzzc8mhOmQdL0jpgdWG9aik3QufsiFRt 0mBna30Qg6nVyoub7OiqLNUqmlR/1xIPaGr5+DL44vEBLLDYUFfF4Cv6OXNEvhws rUCQZrGCCD2KPnynTuqkDrV5966oKpju57C3R8o+AmU= 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=clicking, HX-Spam-Relays-External:sk:mail-ed, H*r:sk:mail-ed, H*RU:sk:mail-ed X-HELO: mail-ed1-f47.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=AaQhyQ9lu3lFqWqlHup8/op1qs4MINNau4EiRemvRUk=; b=sBPWmS4vH7WUOUyFXLUjEkamZQ6CK1rxk4btceOi4DixyFhWNitITC2nDaNvQoYaTZ RcV8WsIWdW5Aee+T3DoQuG6RyctLiuXBgeyHpj2JiVlBKOsK28yQw5Oq2FkekaIPEyEN a8RI4t6xvLv8FXflrneeGwKIG3Du5G1qdMhOBmEADTbzx3HD416VD8I9QAPmYWYLDdRY vjlWat5NoLnSOAFWyWDu1ulEsjmgrq3cRXnBgIxB+hBzQ1UKWpTf4wBYEziXq54aPtZ5 WUvlRzHnRDDsRqYVlrBClGtArdZJhNYWL7O8ITTYzcVRcxBfp/xr3Ce7FObSgR7IAi8m DCuA== MIME-Version: 1.0 From: Keith Thompson Date: Fri, 3 Jan 2020 23:29:21 -0800 Message-ID: Subject: Terminal emulator hangs on Control-Z To: cygwin AT cygwin DOT com Cc: Keith Thompson Content-Type: text/plain; charset="UTF-8" If I launch a terminal emulator running an interactive command, then type Control-Z (which would normally suspend the command), the terminal emulator hangs. I see this with xterm, mintty, and urxvt. I don't see this behavior on Ubuntu, for example. There a Control-Z is ignored. Of course typing Control-Z isn't useful if there's no parent shell to suspend to, but I often do so accidentally. To reproduce, for example: mintty less file.txt then type Control-Z in the mintty terminal. The terminal window goes blank, and can't be closed by clicking the "X" in the window frame. I'm running the Cygwin X server in multiwindow mode: XWin -engine 2 -clipboard -multiwindow -emulate3buttons (I don't remember why I use "-engine 2". I don't *think* it's relevant. I'll try it later without that argument and post again if it makes a difference.) -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple