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

  man pages->Tru64 Unix man pages -> wmove (3)              
Title
Content
Arch
Section
 

curs_move(3)

Contents


NAME    [Toc]    [Back]

       curs_move, move, wmove - Move the Curses window cursor

SYNOPSIS    [Toc]    [Back]

       #include <curses.h>

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

LIBRARY    [Toc]    [Back]

       Curses Library (libcurses)

STANDARDS    [Toc]    [Back]

       Interfaces  documented  on  this reference page conform to
       industry standards as follows:

       move, wmove:  XCURSES4.2

       Refer to the standards(5) reference page for more information
 about industry standards and associated tags.

DESCRIPTION    [Toc]    [Back]

       These  routines move the cursor associated with the Curses
       window to line y and column x.  They do not move the physical
  cursor  of the terminal until refresh is called. The
       specified position is relative  to  (0,0),  which  is  the
       upper left-hand corner of the window.

NOTES    [Toc]    [Back]

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

       Note that move may be a macro.

RETURN VALUES    [Toc]    [Back]

       These routines return the integer ERR upon failure and  OK
       upon successful completion.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: curses(3), curs_refresh(3)

       Others: standards(5)



                                                     curs_move(3)
[ Back ]
 Similar pages
Name OS Title
wmove FreeBSD move curses window cursor
move FreeBSD move curses window cursor
move OpenBSD move curses window cursor
curs_move OpenBSD move curses window cursor
wmove OpenBSD move curses window cursor
curs_move FreeBSD move curses window cursor
move IRIX move curses window cursor
curs_move IRIX move curses window cursor
curs_getyx FreeBSD get curses cursor and window coordinates
getyx FreeBSD get curses cursor and window coordinates
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service