DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

panel_move(S-osr5)


panel_move: move_panel -- move a panels window on the virtual screen

Syntax

cc ... -lpanel -lcurses

#include <panel.h>

int move_panel(PANEL *panel, int starty, int startx);

Description

move_panel(S-osr5) moves the curses(S-osr5) window associated with panel so that its upper left-hand corner is at starty, startx.

Return values

OK is returned if the routine completes successfully, otherwise ERR is returned.

Warning

For panels(S-osr5) windows, use move_panel( ) instead of the mvwin(S-osr5) curses routine. Otherwise, update_panels(S-osr5) will not properly update the virtual screen.

The header file panel.h automatically includes the header file curses.h.

Files


/usr/lib/libpanel.a
the library

See also

curses(S-osr5), panels(S-osr5), panel_update(S-osr5)

Standards conformance

move_panel(S-osr5) or panel_move(S-osr5) are not part of any currently supported standard; they were developed by UNIX System Laboratories, Inc. and are maintained by The SCO Group.
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 02 June 2005