You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The escaped characters in bash prompt are not decoded.
Example I have the prompt $PS1 as follow:
[\e]0;\u@\h: \w\a]${debian_chroot:+($debian_chroot)}\u@\h:\w$
it shows, with a ring bell :
]0;ssd@lerman: �ssd@lerman:$
but it needs to show only:
ssd@lerman:~$
with no ring bell.
The body of the terminal is fine, and that is very cool !
The text was updated successfully, but these errors were encountered:
I see no ringing bell but some other magic characters that seem unsupported ANSI "things".
I'm not sure if ansi2html will support those codes, the ones in #100 are also unsupported and maybe that's okay. I'll mark it as an enhancement for now.
The escaped characters in bash prompt are not decoded.$debian_chroot)}\u@\h:\w$
Example I have the prompt $PS1 as follow:
[\e]0;\u@\h: \w\a]${debian_chroot:+(
it shows, with a ring bell :
]0;ssd@lerman:
�ssd@lerman:$but it needs to show only:
ssd@lerman:~$
with no ring bell.
The body of the terminal is fine, and that is very cool !
The text was updated successfully, but these errors were encountered: