*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> curs_move (3x)              
Title
Content
Arch
Section
 

Contents


curs_move(3X)							 curs_move(3X)


NAME    [Toc]    [Back]

     curs_move:	 move, wmove - move curses window cursor

SYNOPSIS    [Toc]    [Back]

     #include <curses.h>

     int move(int y, int x);

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

DESCRIPTION    [Toc]    [Back]

     With these	routines, the cursor associated	with the window	is moved to
     line y and	column x.  This	routine	does not move the physical cursor of
     the terminal until	refresh	is called.  The	position specified is relative
     to	the upper left-hand corner of the window, which	is (0,0).

RETURN VALUE    [Toc]    [Back]

     These routines return the integer ERR upon	failure	and an integer value
     other than	ERR upon successful completion.

NOTES    [Toc]    [Back]

     The header	file <curses.h>	automatically includes the header files
     <stdio.h> and <unctrl.h>.

     Note that move may	be a macro.

SEE ALSO    [Toc]    [Back]

      
      
     curses(3X), curs_refresh(3X)


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
move FreeBSD move curses window cursor
wmove FreeBSD move curses window cursor
wmove Tru64 Move the Curses window cursor
curs_move OpenBSD move curses window cursor
move Tru64 Move the Curses window cursor
curs_move FreeBSD move curses window cursor
move OpenBSD move curses window cursor
curs_move Tru64 Move the Curses window cursor
wmove OpenBSD move curses window cursor
DtEditorGoToLine HP-UX move the insert cursor for a DtEditor widget to a specified line
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service