panel_move(S)
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)
moves the
curses(S)
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)
windows, use
move_panel( )
instead of the
mvwin(S)
curses routine.
Otherwise,
update_panels(S)
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),
panels(S),
panel_update(S)
Standards conformance
move_panel(S)
or
panel_move(S)
are not part of any currently supported standard;
they were developed by UNIX System Laboratories, Inc.
and are maintained by The SCO Group.
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003