C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
_wrapon
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _wrapon function controls whether text that is output with the
     _outmem and _outtext functions wraps to a new line or is simply
     clipped when it 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.
                                    -♦-