attr_set man page on SmartOS

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

ATTR_GET(3XCURSES)					    ATTR_GET(3XCURSES)

NAME
       attr_get, attr_off, attr_on, attr_set, color_set, wattr_get, wattr_off,
       wattr_on, wattr_set, wcolor_set - control window attributes

SYNOPSIS
       cc [ flag... ] file... -I /usr/xpg4/include  -L	/usr/xpg4/lib \
	-R  /usr/xpg4/lib  -lcurses  [ library... ]

       c89 [ flag... ] file... -lcurses [ library... ]

       #include <curses.h>

       int attr_get(attr_t *attrs, short *color, void *opts);

       int attr_off(attr_t attrs, void *opts);

       int attr_on(attr_t attrs, void *opts);

       int attr_set(attr_t attrs, short color, void *opts);

       int color_set(short *color, void *opts);

       int wattr_get(WINDOW *win, attr_t attrs, short *color, void *opts);

       int wattr_off(WINDOW *win, attr_t attrs, void *opts);

       int wattr_on(WINDOW *win, attr_t attrs, void *opts);

       int wattr_set(WINDOW *win, attr_t attrs, short color, void *opts);

       int wcolor_set(WINDOW *win, short color, void *opts);

DESCRIPTION
       The attr_get() function retrieves the current rendition of stdscr.  The
       wattr_get() function retrieves the current rendition of window win.  If
       attrs or color is a null pointer, no information is retrieved.

       The attr_off() and attr_on() functions unset and set, respectively, the
       specified window attributes of stdscr.  These functions only affect the
       attributes specified; attributes	 that  existed	before	the  call  are
       retained.

       The  wattr_off()	 and  wattr_on()  functions unset or set the specified
       attributes for window win.

       The attr_set() and wattr_set() functions change the rendition of stdscr
       and win; the old values are not retained.

       The color_set() and wcolor_set() functions set the window color of std‐
       scr and win to color.

       The attributes and color pairs that can be used are  specified  in  the
       Attributes, Color Pairs, and Renditions section of the curses(3XCURSES)
       man page.

PARAMETERS
       attrs
		Is a pointer to the foreground window attributes to be set  or
		unset.

       color
		Is a pointer to a color pair number .

       opts
		Is reserved for future use.

       win
		Is  a  pointer to the window in which attribute changes are to
		be made.

RETURN VALUES
       These functions always return OK.

ERRORS
       None.

ATTRIBUTES
       See attributes(5) for descriptions of the following attributes:

       ┌────────────────────┬─────────────────┐
       │  ATTRIBUTE TYPE    │ ATTRIBUTE VALUE │
       ├────────────────────┼─────────────────┤
       │Interface Stability │ Standard	      │
       ├────────────────────┼─────────────────┤
       │MT-Level	    │ Unsafe	      │
       └────────────────────┴─────────────────┘

SEE ALSO
       add_wch(3XCURSES),   addnwstr(3XCURSES),	  attroff(3XCURSES),   bkgrnd‐
       set(3XCURSES),	       curses(3XCURSES),	 init_color(3XCURSES),
       libcurses(3XCURSES), start_color(3XCURSES), attributes(5), standards(5)

				  Jun 5, 2002		    ATTR_GET(3XCURSES)
[top]

List of man pages available for SmartOS

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