[10812] in Athena Bugs
Re: word-wrap in NetProb replies
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Mon Aug 23 16:37:59 1993
Date: Mon, 23 Aug 1993 16:37:48 -0400
From: "Jonathan I. Kamens" <jik@GZA.COM>
To: ckclark@MIT.EDU
Cc: brlewis@Athena.MIT.EDU, eichin@Athena.MIT.EDU, yandros@Athena.MIT.EDU,
In-Reply-To: [10803]
Date: Mon, 23 Aug 93 16:26:38 -0400
From: Calvin Clark <ckclark@MIT.EDU>
> Or fix the Motif text widget. The Athena text widget supports
> auto-fill. It's a very commonly needed feature. Why doesn't Motif
> support it?
Motif Text widgets will word-wrap if XmNwordWrap is set to True. The
default is false.
NetProb is already doing XmNwordWrap. Read the entire chain, Calvin.
But XmNwordWrap doesn't insert newlines in the text where it wraps --
it just wraps the text in the display widget. The Xaw Text widget's
autoFill resource will cause newlines to be inserted when the user
reached the end of the line while typing (and M-q will reformat a
paragraph and insert newlines).
jik