This is actually probably more to do with resizing the window than anything else. If you were is a console proram like pine and resized the window, then the SIGWINCH probably did not propagate properly to bash and so it no longer knows the correct size of the window. To fix it, just resize the window again, or send SIGWINCH to your bash process with kill -SIGWINCH [bash proc num] see signal(7) and kill(1)
On Thu, 24 Jan 2002, Yven Johannes Leist wrote: > On Thursday 24 January 2002 17:54, Saadiq Rodgers-King wrote: > > Not sure if this is KDE specific but I have noticed it on both my laptop > > and desktop running sid. It seems that sometimes when I'm on the last > > line of my konsole window and I type to the end of the line, instead of > > wrapping to the next line, it seems to start at the beginning of the > > same line overwriting characters. This is just an aesthetic issue. It > > is still getting all the characters I'm typing. But it's a little > > confusing. Anyone know what I'm talking about? > Yes, I've experienced that from time to time as well, however it seems not to > be kde specific , at least not konsole specific, since I'm using the > gnome-terminal under kde. > cheers, > Yven > -- > > Yven J. Leist - [EMAIL PROTECTED] > http://www.leist.beldesign.de > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >

