VMS Help  —  CRTL  [w]addch
    Add a character to the window at the current position of the
    cursor.

    Format

      #include  <curses.h>

      int addch  (char ch);

      int waddch  (WINDOW *win, char ch);
Additional Information: explode extract
Arguments Description Return Values
Close Help