HP 9000 Series 300 Tutorials Manual page 242

Device i/o and user interfacing hp-ux concepts and tutorials
Hide thumbs Also See for HP 9000 Series 300:
Table of Contents

Advertisement

Description of Curses Routines (Continued)
addstr
(str)
waddstr (
win, str)
mvaddstr
(y,x,str)
mvwaddstr
(win, y,x, str)
attroff
(attrs)
wattroff
(win, attrs)
attron
(attrs)
wattron
(win, attrs)
attrset
(attrs)
wattrset
(win,attrs)
2-6
Curses Routines
Places the character string specified by
str
at the current
cursor position (addstr and waddstr) or at the specified
location in the window (mvaddstr and mvwaddstr). String
placement consists of a series of character placements using
the addchx routine.
str
must be terminated by a null
character.
Disables the specified video highlighting attributes without
affecting other attributes. Any or all of the following
attributes can be specified (multiple attributes must be
separated by the C logical OR operator, I which performs
a bit-level logical OR on all attributes specified in the
function call): A_STANDOUT, A_UNDERLINE, A_REVERSE,
A_BLINK, A_DIM, A_BOLD, A_INVIS (invisible), A_PROTECT,
and A_ALTCHARSET.
Enables the specified video highlighting attributes without
affecting other attributes. Any or all of the following
attributes can be specified (multiple attributes must be
separated by the
C
logical OR operator,
I
which performs
a bit-level logical OR on all attributes specified in the
function call): A_STANDOUT, A_UNDERLINE, A_REVERSE,
A_BLINK, A_DIM, A_BOLD, A_INVIS (invisible), A_PROTECT,
and A_ALTCHARSET.
Enables specified video highlighting attributes, and
disables all others. Any or all of the following attributes
can be specified (multiple attributes must be separated
by the
C
logical OR operator,
I
which performs a
bit-level logical OR on all attributes specified in the
function call): A_STANDOUT, A_UNDERLINE, A_REVERSE,
A_BLINK, A_DIM, A_BOLD, A_INVIS (invisible), A_PROTECT,
andA_ALTCHARSET. attrset(O), attrset (A_NORMAL) ,
and standendO (or standend(win») are equivalent
functions that disable all attributes (normal display). See
standendO.

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Hp 9000 series 800

Table of Contents