Jiang Xin <worldhello.net@xxxxxxxxx> writes: > /* > * Let's insert a suffix to clear the end > * of the screen line, but only if current > * line data actually contains something. > */ > > So my implementation is to try not to break the original > implementation, and keep the linelen unchanged. I knew what you wanted to do from your code---I am questioning if that "only when something is there" was really sensible, or if it was just attracting bugs. Thanks.