Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
curses_background, bkgd, bkgdset, getbkgd, wbkgd, wbkgdset — curses attribute manipulation routinesLIBRARY
Curses Library (libcurses, -lcurses)SYNOPSIS
#include <curses.h>bkgd(chtype);
bkgdset(chtype);
getbkgd(WINDOW *);
wbkgd(WINDOW *, chtype);
wbkgdset(WINDOW *, chtype);