VMS Help  —  CRTL  [w]standend
    Deactivate the boldface attribute for the specified window. The
    standend function operates on the stdscr window.

    Format

      #include  <curses.h>

      int standend  (void);

      int wstandend  (WINDOW *win);

1  –  Argument

 win

    A pointer to the window.

2  –  Description

    The standend and wstandend functions are equivalent to clrattr
    and wclrattr called with the attribute _BOLD.

3  –  Return Values

    OK                 Indicates success.
    ERR                Indicates an error.
Close Help