Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "off by one fix in multiple prompts" breaks multiline prompt
- X-seq: zsh-workers 43292
- From: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: "off by one fix in multiple prompts" breaks multiline prompt
- Date: Tue, 14 Aug 2018 09:30:15 +0100
- Cms-type: 201P
- Dkim-filter: OpenDKIM Filter v2.11.0 mailout2.w1.samsung.com 20180814083017euoutp02cf21b40f19d023390b3ef67adda91d2e~KsvvYJpo_2122321223euoutp024
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=samsung.com; s=mail20170921; t=1534235417; bh=siC+Zdk4VIypX2o4XsFRoW1LqmOR9QFpaUO0gcmLtB0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=sABRI/C8dk3XzZ/HY9QDHDR0pVPdFG4EDg7X67bFJl2GfQEfJNnu7Ww5pYMi3GP+O tLKyij0UfM6d5QLM9QRievY/tIwT7hFGQXDCJISIboZbHxibs/IetOqQYVu9NpcpLm FGcQAeLBlC0e75vEesoWzBoK3VIm0rkYi4Iy1d8E=
- In-reply-to: <8201EC10-DCE3-4E29-8B9A-C047E843153A@dana.is>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- Organization: SCSC
- References: <CGME20180810072702epcas5p4ecaa5cffa5dc7668e2b2aa3a30824f36@epcas5p4.samsung.com> <CAA879TMRSWDSkqHP206-JLaJ8F4U=18DYU1CpCwCQ4iWMu_4Tg@mail.gmail.com> <20180813084255eucas1p102bc21872ad72a2cd049d8d9db2f0e86~KZResIryo0309103091eucas1p10@eucas1p1.samsung.com> <CAA879TPfqJbR1vwYfbRTCWoqkC-iH7pXHSwGYUzqOj8CT95xPg@mail.gmail.com> <20180813113640eucas1p19d52c9c05089626f375a00c5115aef32~KbpML4Mzp0510505105eucas1p1P@eucas1p1.samsung.com> <CAA879TOk3wqsY96dipo=gvFeN0OXTC0ei9i0xRsSyYyVmFG2rg@mail.gmail.com> <20180813125810eucas1p181a58cb55dc815863d6d81e1cd629d71~KcwV9B7ZD1627716277eucas1p1o@eucas1p1.samsung.com> <3F00E10A-6A65-4201-A4E2-2A29929111C1@dana.is> <383CC796-865C-4774-A9C2-AD44997784B4@dana.is> <CAH+w=7YdxsrwWdMtgtnvyojRae-m7g0BdawU9VUWgzC6shrk=Q@mail.gmail.com> <8201EC10-DCE3-4E29-8B9A-C047E843153A@dana.is>
On Mon, 13 Aug 2018 17:44:32 -0500
dana <dana@xxxxxxx> wrote:
> The change from >= to > seems bogus to me now — it only works by
> accident in that one case. As far as the new-line check, i'm not sure
> how to determine if that's a good direction, besides just trying it
> in different terminals. I can do that later if it's not completely
> disproven already.
Thanks very much --- this certainly sounds like a step in the right
direction, so I've committed it and we'll see if anyone turns up any
further problems we can actually deal with.
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author