addstr man page on Ultrix

Man page or keyword search:  
man Server   3690 pages
apropos Keyword Search (all sections)
Output format
Ultrix logo
[printable version]

addstr(3cur)							  addstr(3cur)

Name
       addstr, waddstr, mvaddstr, mvwaddstr - add string to window

Syntax
       #include <cursesX.h>

       int addstr(str)
       char ∗str;

       int waddstr(win, str)
       WINDOW ∗win;
       char ∗str;

       int mvaddstr(y, x, str)
       int y, x;
       char ∗str;

       int mvwaddstr(win, y, x, str)
       WINDOW ∗win;
       int y, x;
       char ∗str;

Description
       The  routine writes all the characters of the null-terminated character
       string on the default window at the current (y, x) coordinates.

       The routine writes all the characters of the null terminated  character
       string on the specified window at the current (y, x) coordinates.

       The  routine writes all the characters of the null terminated character
       string on the default window at the specified (y, x) coordinates.

       The routine writes all the characters of the null terminated  character
       string on the specified window at the specified (y, x) coordinates.

       The  following  information  applies to all the routines.  All the rou‐
       tines return if writing the string causes illegal scrolling.   In  this
       case  the  routine  will write as much as possible of the string on the
       window.

       These routines are functionally equivalent to calling or once for  each
       character in the string.

       The routines and are macros.

Return Values
       The and functions return OK on success and ERR on error.

See Also
       addch(3cur), waddch(3cur)

								  addstr(3cur)
[top]

List of man pages available for Ultrix

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net