| MOVE_PANEL(3) | Library Functions Manual | MOVE_PANEL(3) | 
move_panel —
#include <panel.h>
int
  
  move_panel(PANEL
    *p, int y,
    int x);
move_panel() function. The y and
  x positions are the new origin of the panel on the
  screen.
This function is the panel library counterpart of the curses
    mvwin(3) function. Curses
    mvwin() must never be directly used on a window
    associated with a panel.
move_panel() function will return one of the
  following values:
| October 28, 2015 | NetBSD 9.3 |