The new version of xmh in the 7.0 release no longer wraps lines that are too
long to fit onto the screen, but instead prints them as they were typed in.
It provides a scroll bar on the bottom of the window to allow you to scroll
horizontally through the text, just as you can scroll vertically through the
text with the scrollbar on the left hand side of the window.

If you want xmh to automatically wrap lines that are longer than 80 columns,
then you need to put the following lines in your .Xresources file:

xmh*view.wrap: word
xmh*comp.wrap: word
xmh*view.scrollHorizontal: never

to have it wraps rows at 80 columns.  This change will take effect the next
time you log in.  To have it take effect for this login session, you can type:

	xrdb -load ~/.Xresources

and then start up a xmh.
