Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <75F8791C7793D211B64D080036DE1504151C99@milton.sonosight.com> From: "Stewart, Wayne" To: "'earnie_boyd AT yahoo DOT com'" , cygwin AT sourceware DOT cygnus DOT com Subject: RE: bash sees all lines as 80 chars long Date: Tue, 11 May 1999 11:47:55 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" > -----Original Message----- > From: Earnie Boyd [mailto:earnie_boyd AT yahoo DOT com] > Sent: Tuesday, May 11, 1999 11:41 AM > To: Stewart, Wayne; cygwin AT sourceware DOT cygnus DOT com > Subject: RE: bash sees all lines as 80 chars long > > > Aha, were discussing apples and oranges. The input line > shifts to the left to > make room on the right when I do your predescribed operation. > Previously I was > thinking output buffer, sorry for the confusion. Perhaps it > has to do with > wrapping modes in bash. I don't think so. I've tried both wrapping and scrolling, using: bash$ bind 'set horizontal-scroll-mode Off' bash$ bind 'set horizontal-scroll-mode On' Regardless of which it does, it still does it at 80 chars until I execute the 'kill -WINCH $$'. I think what's going on is 'stty' has seen the resize operation, but bash's readline has not, until the explicit SIGWINCH tells it to go reexamine the window size. ---- Wayne -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com