Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: several bug fixes in countprompt
- X-seq: zsh-workers 44434
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- Subject: Re: PATCH: several bug fixes in countprompt
- Date: Wed, 19 Jun 2019 07:58:28 -0700
- Cc: Peter Stephenson <p.stephenson@xxxxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kyLFfx8/j5YqXIjk+eqgE9Y7tPtI16Juv7j+ghh61jQ=; b=OVv1dGlBwFhrE42aU0nHAcbXdsNAs0mLCECyk/ZuzBtn0VFg9ixrIbIRiawUcjM04a iin7Emxs6xxwzaQhHanEpGsuWGOEYMMarjl07E0YFUQUH4tqIf17Muo/Dp6yPFYOeycK DLy1tEHUdbla4HT41ejJc3kaDsNNz9QfH14/8xVOl9Rv3YfYcy2wCy4IyKTBwAv+cJci mkHNi85DQP3t5U7NWTk5ZaZX5KYCsoBdoGZ+txX/akI7mPIT3Zn0Iaa0Xwgvadek6gX+ 5rPQXtG3G3mkseEGRE3XXSrW7YIwOdldBaypuVtxkxFUnK9GpCWzrqluDtdsDnqDLrMO 7iAQ==
- In-reply-to: <CAN=4vMp4+C1GjRLUaptCq-59EjQ7AmWC+BF3-b=nkYDuoJ6wEQ@mail.gmail.com>
- 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
- References: <CGME20190619102623epcas3p27d38284482c5631e0585059dc0b732a6@epcas3p2.samsung.com> <CAN=4vMrT_CrkbCD7wsJnAwHSjLXgqHPusVzBuzD_Q8Oui3LN1g@mail.gmail.com> <1560941762.23478.2.camel@samsung.com> <CAN=4vMp4+C1GjRLUaptCq-59EjQ7AmWC+BF3-b=nkYDuoJ6wEQ@mail.gmail.com>
On Wed, Jun 19, 2019 at 7:45 AM Roman Perepelitsa
<roman.perepelitsa@xxxxxxxxx> wrote:
>
> 3. There are two ways terminals
> handle tabs that don't fit on the line.
Sounds as though we should either:
-- document that using a tab character in your prompt is not advisable, or
-- always convert tabs to spaces before emitting the prompt
The latter suffers from a need to understand tab stop positions, which
is going to be ugly no matter how it is approached.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author