From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27418 invoked from network); 22 Jul 2008 00:09:51 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 22 Jul 2008 00:09:51 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 48368 invoked from network); 22 Jul 2008 00:09:46 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 22 Jul 2008 00:09:46 -0000 Received: (qmail 10776 invoked by alias); 22 Jul 2008 00:09:44 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25325 Received: (qmail 10760 invoked from network); 22 Jul 2008 00:09:44 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 22 Jul 2008 00:09:44 -0000 Received: from mx.spodhuis.org (redoubt.spodhuis.org [193.202.115.177]) by bifrost.dotsrc.org (Postfix) with ESMTPS id 8AEF080561C3 for ; Tue, 22 Jul 2008 02:09:41 +0200 (CEST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=d200807; d=spodhuis.org; h=Received:Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To:MIME-Version:Content-Type:Content-Disposition; b=WeBWbVHAD7f0VhPocTZo3sNxu1VDJtsFGDYqM/pZIAXxZ/q+9i4Z7MOyCoStELSVjVWOqy8lZN1n+dgDMMsQOut0X9bHyUhtc3LEEWITt9PluxMA9p/lhAXrVWVgGCYA86t6DWvEwx3iU86p9k9RdpNTWiYaydgrrudEou+4zIY=; Received: by smtp.spodhuis.org with local id 1KL5Rl-000Nv1-51; Tue, 22 Jul 2008 00:09:41 +0000 Date: Mon, 21 Jul 2008 17:09:41 -0700 From: Phil Pennock To: zsh-workers@sunsite.dk Cc: dackze@gmail.com Subject: TTY output mangling when userdirs populated by tab expansion Message-ID: <20080722000940.GB41480@redoubt.spodhuis.org> Mail-Followup-To: zsh-workers@sunsite.dk, dackze@gmail.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: ClamAV 0.92.1/7771/Mon Jul 21 23:09:37 2008 on bifrost X-Virus-Status: Clean Confirmed with a fairly recent CVS-built zsh binary: ...% ./dbg/bin/zsh -f redoubt% PS1='%?[%y]%~%# ' 0[ttyp4]~% cd /var/home/docs 0[ttyp4]/var/home/docs% [type: cd ~] 0[ttyp4]/var/hocd ~ [hit ^C] 1[ttyp4]~docs% It looks as though the line-length gets recalculated and the post-prompt stuff redrawn without the prompt being redrawn, so the text overlays the prompt and everything is confusing and ugly. -Phil