On 2008-04-24 01:28:45 +0200, Vincent Lefevre wrote: > I've noticed that if I remove the erase escape sequences, then there's > no display problem. Why does "grep" send these erase escape sequences? > If they are useless, I think that the fix would be to avoid them.
OK, adding "ne" to $GREP_COLORS solves the problem (with possible drawbacks in some cases, but anyway, there are no options without any drawback). The grep(1) man page gives all the details. But I suppose that if "ne" isn't used, the observed behavior should still be fixed. -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)

