1standend(3XCURSES)      X/Open Curses Library Functions     standend(3XCURSES)
2
3
4

NAME

6       standend, standout, wstandend, wstandout - set/clear window attributes
7

SYNOPSIS

9       cc [ flag... ] file... -I /usr/xpg4/include  -L  /usr/xpg4/lib \
10        -R  /usr/xpg4/lib  -lcurses  [ library... ]
11
12       c89 [ flag... ] file... -lcurses [ library... ]
13
14       #include <curses.h>
15
16       int standend(void);
17
18
19       int standout(void);
20
21
22       int wstandend(WINDOW *win);
23
24
25       int wstandout(WINDOW *win);
26
27

PARAMETERS

29       win    Is  a pointer to the window in which attribute changes are to be
30              made.
31
32

DESCRIPTION

34       The standend() and wstandend() functions turn off all attributes  asso‐
35       ciated with stdscr and win respectively.
36
37
38       The  standout()  and  wstandout()  functions  turn  on  the  A_STANDOUT
39       attribute of stdscr and win respectively.
40

RETURN VALUES

42       These functions always return 1.
43

ERRORS

45       None.
46

ATTRIBUTES

48       See attributes(5) for descriptions of the following attributes:
49
50
51
52
53       ┌─────────────────────────────┬─────────────────────────────┐
54       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
55       ├─────────────────────────────┼─────────────────────────────┤
56       │Interface Stability          │Standard                     │
57       ├─────────────────────────────┼─────────────────────────────┤
58       │MT-Level                     │Unsafe                       │
59       └─────────────────────────────┴─────────────────────────────┘
60

SEE ALSO

62       attr_get(3XCURSES),       attroff(3XCURSES),       libcurses(3XCURSES),
63       attributes(5), standards(5)
64
65
66
67SunOS 5.11                        5 Jun 2002                standend(3XCURSES)
Impressum