*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> curs_bkgd (3x)              
Title
Content
Arch
Section
 

Contents


curs_bkgd(3X)							 curs_bkgd(3X)


NAME    [Toc]    [Back]

     curs_bkgd:	 bkgdset, wbkgdset, bkgd, wbkgd	- curses window	background
     manipulation routines

SYNOPSIS    [Toc]    [Back]

     #include <curses.h>

     void bkgdset(chtype ch);

     void wbkgdset(WINDOW *win,	chtype ch);
     int bkgd(chtype ch);

     int wbkgd(WINDOW *win, chtype ch);

DESCRIPTION    [Toc]    [Back]

     The bkgdset and wbkgdset routines manipulate the background of the	named
     window.  Background is a chtype consisting	of any combination of
     attributes	and a character.  The attribute	part of	the background is
     combined (ORed) with all non-blank	characters that	are written into the
     window  with waddch.  Both	the character and attribute parts of the
     background	are combined with the blank characters.	 The background
     becomes a property	of the character and moves with	the character through
     any scrolling and insert/delete line/character operations.	 To the	extent
     possible on a particular terminal,	the attribute part of the background
     is	displayed as the graphic rendition of the character put	on the screen.

     The bkgd and wbkgd	routines combine the new background with every
     position in the window.  Background is any	combination of attributes and
     a character.  Only	the attribute part is used to set the background of
     non-blank characters, while both character	and attributes are used	for
     blank positions.  To the extent possible on a particular terminal,	the
     attribute part of the background is displayed as the graphic rendition of
     the character put on the screen.

RETURN VALUE    [Toc]    [Back]

     bkgd and wbkgd return the integer OK, or a	non-negative integer, if
     immedok is	set.

NOTES    [Toc]    [Back]

     The header	file <curses.h>	automatically includes the header files
     <stdio.h> and <unctrl.h>.

     Note that bkgdset and bkgd	may be macros.

SEE ALSO    [Toc]    [Back]

      
      
     curses(3X), curs_addch(3X), curs_outopts(3X)


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
wbkgd FreeBSD curses window background manipulation routines
curs_bkgd FreeBSD curses window background manipulation routines
bkgd FreeBSD curses window background manipulation routines
bkgdset FreeBSD curses window background manipulation routines
getbkgd FreeBSD curses window background manipulation routines
wbkgdset FreeBSD curses window background manipulation routines
bkgdset OpenBSD curses window background manipulation routines
bkgd OpenBSD curses window background manipulation routines
curs_bkgd OpenBSD curses window background manipulation routines
wbkgd OpenBSD curses window background manipulation routines
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service