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

NAME

6       delscreen - free space associated with the SCREEN data structure
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       void delscreen(SCREEN *sp);
17
18

DESCRIPTION

20       The  delscreen()  function frees space associated with the  SCREEN data
21       structure.  This function should be called after endwin(3XCURSES) if  a
22       SCREEN data structure is no longer needed.
23

PARAMETERS

25       sp    Is a pointer to the screen structure for which to free space.
26
27

RETURN VALUES

29       The delscreen() function does not return a value.
30

ERRORS

32       None.
33

ATTRIBUTES

35       See attributes(5) for descriptions of the following attributes:
36
37
38
39
40       ┌─────────────────────────────┬─────────────────────────────┐
41       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
42       ├─────────────────────────────┼─────────────────────────────┤
43       │Interface Stability          │Standard                     │
44       ├─────────────────────────────┼─────────────────────────────┤
45       │MT-Level                     │Unsafe                       │
46       └─────────────────────────────┴─────────────────────────────┘
47

SEE ALSO

49       endwin(3XCURSES),        initscr(3XCURSES),        libcurses(3XCURSES),
50       newterm(3XCURSES), attributes(5), standards(5)
51
52
53
54SunOS 5.11                        5 Jun 2002               delscreen(3XCURSES)
Impressum