From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22341 invoked from network); 23 May 2000 22:31:04 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 May 2000 22:31:04 -0000 Received: (qmail 27124 invoked by alias); 23 May 2000 22:30:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 11543 Received: (qmail 27116 invoked from network); 23 May 2000 22:30:48 -0000 From: "Bart Schaefer" Message-Id: <000523153038.ZM1288@candle.brasslantern.com> Date: Tue, 23 May 2000 15:30:38 -0700 X-Mailer: Z-Mail Lite (5.0.0 30July97) To: zsh-workers@sunsite.auc.dk Subject: vared messes up tty state MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii If you have `stty -echo` as e.g. in an emacs buffer and you run vared, then after vared exits, echo mode has been forced back on. `ttyctl -f` has no effect on this. Arguably, vared shouldn't even work in this condition (it behaves as if SINGLE_LINE_ZLE, when in fact ZLE is entirely disabled).