DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

move(CURSES)


move -- window cursor location functions

Synopsis

cc [options] file -lcurses
#include <curses.h>

int move(int y, int x);

int wmove(WINDOW *win, int y, int x);

Description

The move(CURSES) and wmove(CURSES) functions move the cursor associated with the current or specified window to (y, x) relative to the window's origin. This function does not move the terminal's cursor until the next refresh operation.

Return value

Upon successful completion, these functions return OK. Otherwise, they return ERR.

Errors

No errors are defined.

Standards Conformance

The Single UNIX Specification, Version 2; The Open Group.

References

doupdate(CURSES), curses(F)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 - 01 June 2005