man.bsd.lv manual page server

Manual Page Search Parameters

MOVE_PANEL(3) Library Functions Manual MOVE_PANEL(3)

move_panelchange panel position

library “libpanel”

#include <panel.h>

int
move_panel(PANEL *p, int y, int x);

A panel can be moved to a new position by calling the () 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 () must never be directly used on a window associated with a panel.

The move_panel() function will return one of the following values:

The function completed successfully.
An error occurred in the function.

mvwin(3), panel(3)

October 28, 2015 NetBSD-9.2