C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
Text-Wrapping Constants
                                             Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Constant:  _GWRAPON, _GWRAPOFF
 
  Include:   <graph.h>
 
  Context:   _wrapon
 
  Synopsis:  Specifies the text wrapping of text output with the
             _outtext and _outmem functions.
 
     The text-wrapping constants and their corresponding actions are
     as follows:
 
     Constant      Action
 
     _GWRAPON      Wraps lines at window border
     _GWRAPOFF     Truncates line at window border
                                    -♦-