From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3080 invoked by alias); 15 Dec 2013 17:10:41 -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: 32116 Received: (qmail 23929 invoked from network); 15 Dec 2013 17:10:35 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 From: Bart Schaefer Message-id: <131215091035.ZM20325@torch.brasslantern.com> Date: Sun, 15 Dec 2013 09:10:35 -0800 In-reply-to: <20131215133045.2c9c64d0@pwslap01u.europe.root.pri> Comments: In reply to Peter Stephenson "Re: Bug report" (Dec 15, 1:30pm) References: <9CB4226B-47EE-44FA-8F8F-01DF4CB5154D@gmail.com> <131214110830.ZM18442@torch.brasslantern.com> <20131214204319.2a04428f@pws-pc.ntlworld.com> <131214171514.ZM25883@torch.brasslantern.com> <20131215133045.2c9c64d0@pwslap01u.europe.root.pri> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: Bug report MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 15, 1:30pm, Peter Stephenson wrote: } } > It appears that if you want to make this offset different from 1, you } > are going to have to change countprompt() to include the offset in the } > width of the prompt rather than just fiddle with math in the output code. } } I guess this is Patrick's fix to vcs? Yeah, I should have compared your patch more closely to Patrick's original before concluding the issue was in countprompt(). By the way, fiddling with this I discovered that I have one of the terminals that scrolls up when anything is written to the bottom right corner. Vanilla "xterm" does this.