From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26018 invoked from network); 17 Apr 1997 20:58:48 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 17 Apr 1997 20:58:48 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id QAA12760; Thu, 17 Apr 1997 16:31:20 -0400 (EDT) Resent-Date: Thu, 17 Apr 1997 16:28:39 -0400 (EDT) From: "Adam R. Paul" Message-Id: <970417131733.ZM9882@sco.com> Date: Thu, 17 Apr 1997 13:17:33 -0700 X-Mailer: Z-Mail (4.0.1 13Jan97) To: zsh-users@math.gatech.edu Subject: Strange command-line redraw on 3.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: adamp@sco.COM Resent-Message-ID: <"Wq5Zs3.0.g63.tVeLp"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/819 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Hello, I'm seeing the following odd redrawing occurring in zsh 3.1.1 on SCO OpenServer 5.0.4 (using vi keybindings): if I enter: 13:11 ~ !87 $?=0 % for i in hrm ; do ; echo $i ; done adamp@gargoyle then type: kIecho 'ack!'; I see on my screen: 13:13 ~ !88 $?=0 % echo 'ack!for i in hrm ; do ; echo $i ; done adamp@gargoyle 13:13 ~ !88 $?=0 % echo 'ack!'for i in hrm ; do ; echo $i ; done 13:13 ~ !88 $?=0 % echo 'ack!';for i in hrm ; do ; echo $i ; done 13:13 ~ !88 $?=0 % echo 'ack!'; ack! hrm All but the output of the command I see _while_ typing, ie, as soon as I type the closing ' it redraws, again when i type ; etc. Any ideas? Thanks, _Adam ----- Adam R. Paul ! SCO Engineering adamp@sco.com ! from std import disclaimer