Enable/Disable Wrap

? tab(-10, AG_WRAP); "0"; chr(127);     ! disable wrap

 

? tab(-10, AG_WRAP); "1"; chr(127);     ! enable wrap

The function AG_WRAP (62) may be used to control wrapping in A-Shell/Windows and ATE as shown above. By default, wrap is enabled and there had previously not been an option to disable it.