On Fri, 25 Mar 2005, Eric Blake wrote (snipped): > In addition to fixing the default PS1 for bash to correctly delineate > non-printing characters,
One thing that bash does is *deliberately* compute the line break one character *before* the edge of the screen. You can see what happens when it is fooled into thinking the prompt is 1 character shorter than it actually is (e.g., "export PS1='$\[ \]'" and type a long command). > it fixes the following additional bugs: When using case, you do not > need to quote a command substitution; this is particularly important > since "`""`" is non-portable, just use case `""` instead. Most shells understand "`""`" (particularly, all official shells on Cygwin, which is what's important). In fact, in this particular case, it's probably better to use "``" instead of `""`, IMO. > Sorting is not necessarily strictly alphanumeric in other locales (not > that cygwin has good locale support, but still...). Good point. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ [EMAIL PROTECTED] ZZZzz /,`.-'`' -. ;-;;,_ [EMAIL PROTECTED] |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski, Ph.D. '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "The Sun will pass between the Earth and the Moon tonight for a total Lunar eclipse..." -- WCBS Radio Newsbrief, Oct 27 2004, 12:01 pm EDT -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/