HPlogo HP-UX Reference Volume 4 of 5 > d

dupwin(3X)

ENHANCED CURSES
» 

Technical documentation

Complete book in PDF

 » Table of Contents

 » Index

NAME

dupwin — duplicate a window

SYNOPSIS

#include <curses.h>

WINDOW *dupwin(WINDOW *win);

DESCRIPTION

The dupwin() function creates a duplicate of the window win.

RETURN VALUE

Upon successful completion, dupwin() returns a pointer to the new window. Otherwise, it returns a null pointer.

ERRORS

No errors are defined.

SEE ALSO

derwin(3X), doupdate(3X), <curses.h>.

CHANGE HISTORY

First released in X/Open Curses, Issue 4.

© Hewlett-Packard Development Company, L.P.