graphics.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
_wrapon
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The _wrapon function controls whether text output with the
     _outtext function wraps to a new line or is simply clipped when
     the text output reaches the edge of the defined text window. The
     <option> argument can be one of the following manifest constants:
 
     Constant      Meaning
 
     _GWRAPOFF     Truncates lines at window border
     _GWRAPON      Wraps lines at window border
 
     Note that this function does not affect the output of
     presentation-graphic routines or font routines.
 
     Return Value
 
     The function returns the previous value of <option>. There is no
     error return.
                                    -♦-