Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

curs_move(3) [osf1 man page]

curs_move(3)						     Library Functions Manual						      curs_move(3)

NAME
curs_move, move, wmove - Move the Curses window cursor SYNOPSIS
#include <curses.h> int move( int y, int x ); int wmove( WINDOW *win, int y, int x ); LIBRARY
Curses Library (libcurses) STANDARDS
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
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 ter- minal until refresh is called. The specified position is relative to (0,0), which is the upper left-hand corner of the window. NOTES
The header file <curses.h> automatically includes the header file <stdio.h>. Note that move may be a macro. RETURN VALUES
These routines return the integer ERR upon failure and OK upon successful completion. SEE ALSO
Functions: curses(3), curs_refresh(3) Others: standards(5) curs_move(3)

Check Out this Related Man Page

curs_move(3CURSES)					     Curses Library Functions						curs_move(3CURSES)

NAME
curs_move, move, wmove - move curses window cursor SYNOPSIS
cc [ flag ... ] file ... -lcurses [ library ... ] #include <curses.h> int move(int y, int x); int wmove(WINDOW *win, int y, int x); DESCRIPTION
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 VALUES
These routines return the integer ERR upon failure and an integer value other than ERR upon successful completion. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
curs_refresh(3CURSES), curses(3CURSES), attributes(5) NOTES
The header <curses.h> automatically includes the headers <stdio.h> and <unctrl.h>. Note that move() may be a macro. SunOS 5.11 31 Dec 1996 curs_move(3CURSES)
Man Page

11 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to do a move in FTP

Hello, I need to do a move for a file when I am connected to a server with Ftp. Is that possible ??? Thanks... (3 Replies)
Discussion started by: steiner
3 Replies

2. UNIX for Dummies Questions & Answers

Multiple stage file move?

Greetings all. I need is a script that will move a file from one known dir to another, then grab another file from a different dir to replace it, and have absolutely zero clue how to do this. Here's what I am trying to do: A web client wants his site header image to change based on US... (2 Replies)
Discussion started by: ccvortex
2 Replies

3. Programming

how to move file pointer to a particular line in c

Hello experts, I ve a text file I want to go to particular line . what is the best way to do this in c ? I am tried as follows fseek ( fh, pos, SEEK_SET); but this functions moves the file pointer according to a number of bytes. Unfortunately I don't know the exact byte... (7 Replies)
Discussion started by: user_prady
7 Replies

4. Shell Programming and Scripting

move file by year/mouth

Hello experts, I have a directory which the files inside have different date. Now I'd like to move them to folder year/mouth (2007/01 , 2007/02) Have any suggestion? thanks in advance for reading or anyposts. (3 Replies)
Discussion started by: mmm951
3 Replies

5. Shell Programming and Scripting

cursor positioning

Hi All, please help me to know how to move the cursor to the desired position? For example, in a shell script, I am displaying echo "\t Enter your Name:" please help me how to move cursor near the first word. for example, if the output is as below ... (3 Replies)
Discussion started by: little_wonder
3 Replies

6. Shell Programming and Scripting

mv command not found bug

foreach x ( *.foo) echo "move file?" set move=$< if($move == y) then echo "enter new pathname:" set path=$< mv $x $path/$x endif end ok guys, im creating this script so i can move files with *.foo extensions and *.bar... (6 Replies)
Discussion started by: pantelis
6 Replies

7. Shell Programming and Scripting

Move to different folder

Hi, I have a requirement to move to diff directories based on the input file Project|SourceFolder|SourceFile|TargetFolder|TargetFile the above is my Record in a file I have to read the record and move to the Target folder to copy some records var_TargetSystem==`cat "$var_SourceFile" |... (3 Replies)
Discussion started by: magesh_bala
3 Replies

8. AIX

Move LV to a different PV (same VG)

Hi guys, I need some assistance moving a LV. :D I have a VG with two PV; on the second PV there is only one LV so I want to move it to the first PV (hdisk1) in order to get rid of the second one (hdisk2) Something like (pseudocode): move MyLV from hdisk2 to hdisk1 How can I achieve that? (4 Replies)
Discussion started by: verdepollo
4 Replies

9. OS X (Apple)

Moving Files Automatically

I'm looking to find/create a script so that when a download is complete, I can run the script in order for it to automatically move a file such as... 'example.avi' into my videos folder I'm a novice when it comes to scripting, any advice/help would be greatly appreciated! Thanks Andrew (10 Replies)
Discussion started by: abudis
10 Replies

10. Shell Programming and Scripting

Need help to move .csv file from UNIX path to window c: shared drive

Hi Guys, I need to move myfile.csv file from unix path(\oracle_home) to window c:\ shared drive h:\. Thanks in advance! Regards, Lakshman (1 Reply)
Discussion started by: lakshmanraok117
1 Replies

11. News, Links, Events and Announcements

Airlines industry

Hi, I want to move to unix admin from support. Which unix can i learn to get into airlines industry projects? Thanks in advance. (1 Reply)
Discussion started by: sam_bd
1 Replies