VMS Help  —  CRTL  wrapok
    In the UNIX system environment, allows the wrapping of a word
    from the right border of the window to the beginning of the
    next line. This routine is provided only for UNIX software
    compatibility and serves no function in the OpenVMS environment.

    Format

      #include  <curses.h>

      wrapok  (WINDOW *win, bool boolf);

1  –  Arguments

 win

    A pointer to the window.

 boolf

    A Boolean TRUE or FALSE value. If boolf is FALSE, scrolling
    is not allowed. This is the default setting. The bool type is
    defined in the <curses.h> header file as follows:

    #define bool int
Close Help