Re: Broken Termcaps

2017-03-02 Thread Suvayu Ali
On Wed, Mar 01, 2017 at 05:26:49PM -0500, Greg Wooledge wrote: > > On Wed, Mar 01, 2017 at 05:21:08PM -0500, Lfabbro wrote: > > Yes you were right the error comes from PS1... > > I'm sad I have no more the git branch on the prompt... :( > > Now I use: > > ps1="\[\033[01;32m\][\u@\h\[\033[01;37m\]

Re: Broken Termcaps

2017-03-02 Thread Vladimir Marek
> Description: > Bash rewrites on the same line if I exeed line terminal width lenght. How about shopt -s checkwinsize ? -- Vlad