Sponsored Content
Full Discussion: Who will win FIFA 2014?
The Lounge What is on Your Mind? Who will win FIFA 2014? Post 302909413 by MadeInGermany on Wednesday 16th of July 2014 05:59:14 PM
Old 07-16-2014
Haha, yes according to specification:
"... and at the end, the Germans always win."
 

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Place your bits - 2012 FIFA Ballon d'Or and 2012 FIFA World Coach of the Year

I have added two new sports events. The FIFA Ballon d'Or is an association football award given annually to the player who is considered to have performed the best in the previous season. It is awarded based on votes by coaches and captains of international teams, as well as journalists from... (0 Replies)
Discussion started by: ni2
0 Replies

2. What is on Your Mind?

Merry Christmas 2014

Merry Christmas to All. Peace on Earth and Goodwill toward Everyone https://www.unix.com/members/1-albums112-picture653.jpg (7 Replies)
Discussion started by: Neo
7 Replies
CURSES_BACKGROUND(3)					   BSD Library Functions Manual 				      CURSES_BACKGROUND(3)

NAME
curses_background, bkgd, bkgdset, getbkgd, wbkgd, wbkgdset -- curses attribute manipulation routines LIBRARY
Curses Library (libcurses, -lcurses) SYNOPSIS
#include <curses.h> int bkgd(chtype); int bkgdset(chtype); chtype getbkgd(WINDOW *); int wbkgd(chtype); int wbkgdset(chtype); DESCRIPTION
These functions manipulate the background attributes on stdscr or on the specified window. The function wbkgdset(win, ch) sets the background attributes of the specified window win to ch. When the background attributes are set on a window, characters are added to the window with the logical OR of the background attributes and the character's attributes. If both the background attribute and the character attribute contain color, the color of the character attribute is rendered. If the background attribute contains a non-space character, then this character is added where the foreground character is a space character. Note that subwindows created from win inherit the background attributes of win. The function wbkgd(win, ch) sets the background attributes of the specified window win to ch and also sets the rendition of every character position on that window, as if the characters had been newly added to win. The rendition of characters on subwindows of win is also set to ch. The functions bkgdset(ch) and bkgd(ch) are equivalent to wbkgdset(stdscr, ch) and wbkgd(stdscr, ch), respectively. The function getbkgd(win) returns the background attributes for the window win. RETURN VALUES
The functions wbkgdset() and wbkgd() return OK on success and ERR on failure. SEE ALSO
curses_attributes(3), curses_color(3), curses_window(3) STANDARDS
The NetBSD Curses library complies with the X/Open Curses specification, part of the Single Unix Specification. HISTORY
These functions first appeared in NetBSD 1.6. BSD
January 15, 2006 BSD
All times are GMT -4. The time now is 10:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy