bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#27407: 25.2; SGR reset is ignored if it terminates Eshell's output


From: Pierre Neidhardt
Subject: bug#27407: 25.2; SGR reset is ignored if it terminates Eshell's output
Date: Sun, 18 Jun 2017 19:07:42 +0100
User-agent: Mutt/1.8.3 (2017-05-23)

> My patch does not solve this scenario, but on the other hand, when I try
> this experiment in a terminal with bash, not putting a reset does give a
> coloured prompt, i.e., in the following the 2nd "~/src$" is in yellow:
>
>     ~/src$ echo $'\e[33mhello'
>     hello
>     ~/src$
>
> So should eshell really be any different?

Yes. Definitely. Eshell _already_ is very different and that's why we use
it. Bash is hardly a role model in the world of shells.

In the case of bash, the issue probably stems back from historical limitations
of VT* terminals. Something that does not make sense to emulate in modern
computers.

I don't see any use case for letting the SGR color the shell. If you want to
change you shell from a command, Elisp is your friend...

--
Pierre Neidhardt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]