1Curses.wMove(3kaya)          Kaya module reference         Curses.wMove(3kaya)
2
3
4

NAME

6       Curses::wMove - Move the cursor within a window
7

SYNOPSIS

9       Void wMove( Window w, Int y, Int x )
10

ARGUMENTS

12       w The window to move in
13
14       y New row position (relative to the top-left corner of the window)
15
16       x New column position (relative to the top-left corner of the window)
17

DESCRIPTION

19       Move the cursor to the new position in the window.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Curses.wmvgetChar (3kaya)
33       Curses.move (3kaya)
34
35
36
37Kaya                             December 2010             Curses.wMove(3kaya)
Impressum