curs_move(3x) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

curs_move(3x)

curs_move(3x)                                                    curs_move(3x)



NAME
       move, wmove - move curses window cursor

SYNOPSIS
       #include <ncursesw/curses.h>

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

DESCRIPTION
       These routines move the cursor associated with the window to line y and
       column x.  This routine does not move the physical cursor of the termi‐
       nal until refresh(3X) is called.  The position specified is relative to
       the upper left-hand corner of the window, which is (0,0).

RETURN VALUE
       These routines return ERR upon failure and OK (SVr4 specifies only  "an
       integer value other than ERR") upon successful completion.

       Specifically, they return an error if the window pointer is null, or if
       the position is outside the window.


ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       box; cbp-1 | cbp-1 l | l .  ATTRIBUTE TYPE ATTRIBUTE VALUE = Availabil‐
       ity   library/ncurses = Stability Uncommitted


NOTES
       Note that move may be a macro.

       Source  code  for open source software components in Oracle Solaris can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This software was built from source available at https://github.com/or‐
       acle/solaris-userland.  The original community  source  was  downloaded
       from  https://invisible-mirror.net/archives/ncurses/ncurses-6.3.tar.gz.

       Further information about this software can be found on the open source
       community website at https://invisible-island.net/ncurses/.

PORTABILITY
       These functions are described in the XSI Curses standard, Issue 4.

SEE ALSO
       curses(3X), curs_refresh(3X)




                                                                 curs_move(3x)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3