property WrapAround : Boolean
Determines whether displayed text wraps at the right margin.
If this property is False, text received when the cursor is at the right hand side does not cause the cursor to be moved to the first column of the next row.
If this property is True, text received when the cursor is at the right hand side will cause the cursor to be moved to the first column of the next row to display all the text.
The host computer determines this mode. It is inadvisable to change this mode. Otherwise, it may result in unusual displays since the host is assuming something that is no longer true.