Re: set the PS1 env with SGR cause problem

2009-04-17 Thread Greg Wooledge
On Fri, Apr 17, 2009 at 05:45:33PM +0800, tianlijian wrote: > 1. add the "export PS1='[\e[1;34m\W\e[0m]\$ " to /etc/profile or > ~/.bash_profile . You need to put \[ and \] (literally) around escape sequences in your prompt that don't move the cursor. In your case: PS1='[\[\e[1;34m\]\W\[\e[0m\]]

set the PS1 env with SGR cause problem

2009-04-17 Thread tianlijian
1. add the "export PS1='[\e[1;34m\W\e[0m]\$ " to /etc/profile or ~/.bash_profile . The statement mush be putted in the configuration file, can not execute the bash command line, otherwise the problem will not occur. 2. type the command 'one two three four five six' in the command line. 3. use 'M-7