Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Wish for rprompt feature
- X-seq: zsh-users 7266
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Wish for rprompt feature
- Date: Thu, 25 Mar 2004 03:07:25 +0000
- In-reply-to: <10hss9qafrc2f$.dlg@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <cmy4g3am024u$.dlg@xxxxxxxxxxxxxxxx> <1040320171038.ZM18075@xxxxxxxxxxxxxxxxxxxxxxx> <mu9we9i1qx3p.dlg@xxxxxxxxxxxxxxxx> <1040321012959.ZM18687@xxxxxxxxxxxxxxxxxxxxxxx> <10hss9qafrc2f$.dlg@xxxxxxxxxxxxxxxx>
On Mar 24, 9:25pm, Thorsten Kampe wrote:
} Subject: Re: Wish for rprompt feature
}
} * Bart Schaefer (2004-03-21 02:29 +0100)
} > POSTDISPLAY=" ${(%)RPS1}"
}
} Looks interesting. But I cannot test your solution as thoroughly as it
} deserves because it doesn't recognize the Prompt sequences in my
} rprompt ($cyan, $reset_color[1]).
Ah. Well, the short answer _should_ have been "change (%) to (%%) to
enable full prompt expansions" ... but it appears POSTDISPLAY does not
output the value verbatim, but rather prints it as if ${(V)POSTDISPLAY}
had been used.
So ...
} Could you modify your "zle-line-init/POSTDISPLAY" solution so the
} colours in my prompt are shown?
Apparently not.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author