From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5209 invoked by alias); 1 Sep 2014 02:38:25 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 33080 Received: (qmail 20728 invoked from network); 1 Sep 2014 02:38:23 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=VwhiVsQo8Q4mzzEp2Z7nrdyOZDBuht1E0Lgq0C0G4Hg=; b=d8AAgq4xMRAlm2z+CLPJ4XlBPjqSGInxr9QCXt+38z6n2/0S7qwdLCkaocwxTYrTX5 qqXLx84XFJIs10TC5jecpIPYeoYb2VGdXOnY/vP/U1MeL6+L7fPODjlWndjzvQaq5ugG 8+r5GkepxVA6MzbJRXHsYyzf2DS1NbAGNM4Qr4s2pO02FoqLsFAtINjil4h69Y4pAITc jj2MGD9VumYJFd88LmG0S9ypBTFSxrHSsecUz/x7/d637WbscZD0t3FTcYSaSEXovlV8 d5Hyycb/cFmP43uEwD31goo4r4yR4l4IqQDXocnJcUlBhW9Zh6Oq617pWMcHs6ruMULw 5OZw== MIME-Version: 1.0 X-Received: by 10.194.119.193 with SMTP id kw1mr5537375wjb.82.1409539100360; Sun, 31 Aug 2014 19:38:20 -0700 (PDT) Date: Mon, 1 Sep 2014 06:38:20 +0400 Message-ID: Subject: stty not working From: =?UTF-8?B?0KHQtdGA0LPQtdC5INCd0L7QstC40LrQvtCy?= To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary=089e012286265fc6de0501f7e5bc --089e012286265fc6de0501f7e5bc Content-Type: text/plain; charset=UTF-8 Hi, I am trying to unset ECHO flag for tty, but stty doesn't work. After reading documentation I am still not clear about its behavior. > ttyctl > tty is not frozen > stty -echo > test test but > stty -echo; read working fine. My brain is broken. With best regards. --089e012286265fc6de0501f7e5bc--