On Thu, Jan 19, 2023, 12:51 AM Uwe Brauer <o...@mat.ucm.es> wrote:

>
> Hi
>
> I have set up my log template to
> changeset = "\x1B[33mchangeset:
>  
> {rev}:{node|short}\n{tags}{bookmarks}{ifeq(remotenames,"","","\x1B[48mRemote_Branch:
> {remotenames}\n")}\x1B[38mBranch:        {branch}\nAuthor:
> {author}\nDate:
> {date|rfc822date}\n{ifeq(topic,"","","\x1B[46mTopic:
>  {topic}\n")}Phase:         {phase}\nSummary:
>  {desc|firstline}\n{nofiles}\n"
> tag = "\x1B[42mtag:           {tag}\n"
> bookmark = "\x1B[48mbookmark:      {bookmark}\n"
>
>
> However, on Linux (Ubuntu) either in tcsh or bash everything works as
> expected and all colors are displayed.
>
> However on MacOS (Catalina) either in tcsh or bash
> the colors
> \x1B[48m
> and
> \x1B[38m
>
> Are not displayed.
>
> Any idea?
>
> Thanks and regards
>
> Uwe Brauer






Why not turn on the color extension that works with templates?

/dps


>
_______________________________________________
Mercurial mailing list
Mercurial@lists.mercurial-scm.org
https://lists.mercurial-scm.org/mailman/listinfo/mercurial

Reply via email to