zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Ian Lynagh <igloo@earth.li>
Cc: zsh-users@sunsite.dk
Subject: Re: Length of %? in prompt
Date: Thu, 28 Feb 2002 08:45:03 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0202280827160.31050-100000@ns1.sodaware.com> (raw)
In-Reply-To: <20020228153400.GA31674@stu163.keble.ox.ac.uk>

On Thu, 28 Feb 2002, Ian Lynagh wrote:

> I have just a couple more problems. Firstly I can't find a way to have
> ANSI escape sequences actually executed when they are passed through
> psvar - is this possible?

No, it's not possible.  The contents of psvar are always passed through
zsh's internal "nice display" filter, which works sort of like "cat -v".

> And secondly with
>     "%\$((\$COLUMNS-2))>%{%}k>"
> the %{%} appear in the prompt

In %N>STRING> the STRING is not re-interpreted for prompt escapes, but it
is not "nice-filtered" either.  Which also explains this:

> and both
>     "%\$((\$COLUMNS-2))>${(%%):-%{$fg_bold[cyan]%\}}k>"
> and "%\$((\$COLUMNS-2))>\${(%%):-%{$fg_bold[cyan]%\}}k>"
> seem to be counting the length of the ANSI escape sequence in the length
> calculation - am I missing something?

However, it's not making any sense to me that you want to insert a color
change only when the string is truncated.  I think you're probably seeking
something like this:

PS1='%$((COLUMNS/2))> >blah blah blah %<<%{$fg_bold[cyan]%}'

where "blah blah blah" is the variable-width stuff you want truncated.


  reply	other threads:[~2002-02-28 16:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-26 16:05 Ian Lynagh
2002-02-26 16:48 ` Peter Stephenson
2002-02-26 17:10 ` Bart Schaefer
2002-02-26 18:08   ` Ian Lynagh
2002-02-26 18:26     ` Bart Schaefer
2002-02-26 18:42       ` Ian Lynagh
2002-02-26 19:21         ` Bart Schaefer
2002-02-28 15:34           ` Ian Lynagh
2002-02-28 16:45             ` Bart Schaefer [this message]
2002-02-28 17:12               ` Ian Lynagh
2002-02-28 21:00                 ` Bart Schaefer
2002-03-01 12:38                   ` Ian Lynagh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0202280827160.31050-100000@ns1.sodaware.com \
    --to=schaefer@brasslantern.com \
    --cc=igloo@earth.li \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).