ultrix man page for move

Query: move

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

move(3cur)																move(3cur)

Name
       move, wmove - move cursor in window

Syntax
       move(y, x)

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

Description
       The  routine  moves  the cursor associated with the default window to the given location (y, x), where is the row, and is the column.  This
       routine does not move the physical cursor of the terminal until the routine is called.

       The routine moves the cursor associated with the specified window to the given location (y, x).	This does not move the physical cursor	of
       the terminal until the routine is called.

       For both routines the position specified is relative to the upper left corner of the window, which is (0,0).

       The routine is a macro.

See Also
       refresh(3cur), wrefresh(3cur)

																	move(3cur)
Related Man Pages
delch(3cur) - ultrix
mvaddch(3cur) - ultrix
mvprintw(3cur) - ultrix
waddch(3cur) - ultrix
wmove(3xcurses) - sunos
Similar Topics in the Unix Linux Community
Our First Flash Intro ?
Copy all the files with time stamp and remove header,trailer from file
Unix Remove repetitive alphabets
How do I remove commands?
awk remove/grab lines from file with pattern from other file