On 12/11/12 6:38 PM, njhwang wrote: > I actually did this with a stock Ubuntu .bashrc/PS1 setting, and also tried > it with no .bashrc at all and also tried completely clearing PS1, none of > which had any effect on this issue. Any other ideas? Thanks
You don't have the ncurses library installed. Bash will build without it, but line editing will be severely limited. It will not know how to move the cursor up, and will default to horizontal scrolling. There are problems with horizontal scrolling and prompts containing invisible characters (I'll fix them, but that's little-used code, and I haven't gotten there yet.) You can install the ncurses library using sudo apt-get install libncurses5-dev Then remove any cache created by configure (rm config.cache) and re-run configure and make. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/