DOC HOME
SITE MAP
MAN PAGES
GNU INFO
SEARCH
PRINT BOOK
dupwin(CURSES)
dupwin -- duplicate a window
Synopsis
cc
[
options
]
file
-lcurses
#include <curses.h>
WINDOW *dupwin(WINDOW *
win
);
Description
The
dupwin
(CURSES)
function creates a duplicate of the window
win
.
Return value
Upon successful completion,
dupwin
(CURSES)
returns a pointer to the new window. Otherwise, it returns a null pointer.
Errors
No errors are defined.
Standards Conformance
The Single UNIX Specification, Version 2
; The Open Group.
References
derwin
(CURSES)
,
doupdate
(CURSES)
,
curses
(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005