vote up 1 vote down star

Video showing the problem: http://www.mentaframework.org/download/TerminalBug.mov

When I am typing on the Terminal.app and reach the end of the line, the next line starts on top of the first line, overwriting everything. Then if I use the delete key everything messes up and disappears.

I did a ssh in the same terminal to a different host and it worked fine, so can it be a problem with my shell configuration?

Watch the movie to see what happens:

Thanks,

-Sergio

flag

Hi Sergio. You will probably have better luck at superuser.com. – Matt Solnit Oct 2 at 20:52

1 Answer

vote up 2 vote down check

You need to mark the escape codes in your PS1 variable that are setting up your coloured prompt. The shell needs to know they're not printable and then it will calculate your line wrap properly.

Here's a link to an explanation and some examples:

http://www.artemfrolov.com/articles/coloured-bash-prompt

The quick tip:

\[     begins a sequence of non-printing characters
\]     ends a sequence of non-printing characters
link|flag
That did it !!! Thanks very much! – Sergio Oliveira Jr. Oct 2 at 21:46
No problem. Happy to help. – Carl Norum Oct 2 at 21:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.