David Shaw wrote:
> After compiling Bash in chapter 6 and switching to using the new
> version, I've noticed that long commands, instead of wrapping to the
> next line, scroll off the left hand edge of the screen.
>
> How do I restore the former, wrapping behaviour? I've had a look at the
> manpage for bash and tried googling for information, but can't see what
> I'm looking for.
What you want is
set horizontal-scroll-mode off
Check your /etc/inputrc and ~/.inputrc files. The default (used to be)
off. If you have a line like
set horizontal-scroll-mode on
in eitehr /etc/inputrc or ~/.inputrc, then that's the likely culprit.
Mike
--
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page