Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cursor(3form) [debian man page]

cursor(3FORM)															     cursor(3FORM)

NAME
form_cursor - position a form window cursor SYNOPSIS
#include <form.h> int pos_form_cursor(FORM *form); DESCRIPTION
The function pos_form_cursor restores the cursor to the position required for the forms driver to continue processing requests. This is useful after curses routines have been called to do screen-painting in response to a form operation. RETURN VALUE
This routine returns one of the following: E_OK The routine succeeded. E_BAD_ARGUMENT Routine detected an incorrect or out-of-range argument. E_NOT_POSTED The form has not been posted. E_SYSTEM_ERROR System error occurred (see errno). SEE ALSO
ncurses(3NCURSES), form(3FORM). NOTES
The header file <form.h> automatically includes the header file <curses.h>. PORTABILITY
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions. AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. cursor(3FORM)

Check Out this Related Man Page

post(3FORM)															       post(3FORM)

NAME
form_post - write or erase forms from associated subwindows SYNOPSIS
#include <form.h> int post_form(FORM *form); int unpost_form(FORM *form); DESCRIPTION
The function post_form displays a form to its associated subwindow. To trigger physical display of the subwindow, use refresh or some equivalent curses routine (the implicit doupdate triggered by an curses input request will do). The function unpost_form erases form from its associated subwindow. RETURN VALUE
These routines return one of the following: E_OK The routine succeeded. E_BAD_ARGUMENT Routine detected an incorrect or out-of-range argument. E_BAD_STATE Routine was called from an initialization or termination function. E_NOT_POSTED The form has not been posted. E_NOT_CONNECTED No items are connected to the form. E_NO_ROOM Form is too large for its window. E_POSTED The form has already been posted. E_SYSTEM_ERROR System error occurred (see errno). SEE ALSO
ncurses(3NCURSES), form(3FORM). NOTES
The header file <form.h> automatically includes the header file <curses.h>. PORTABILITY
These routines emulate the System V forms library. They were not supported on Version 7 or BSD versions. AUTHORS
Juergen Pfeifer. Manual pages and adaptation for new curses by Eric S. Raymond. post(3FORM)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

vi Replace vs Input

I have this stange behaviour when using VI on my school account. I am editing small files, so I like to stay in REPLACE mode most of the time, and just use the arrow keys to navigate the text. But every time I press an arrow key, I get switched from REPLACE to INPUT mode. Is there a setting... (3 Replies)
Discussion started by: jpprial
3 Replies

2. Cybersecurity

Solaris 8, RPC, and CDE need some help.

I just installed Solaris 8 on an Intel based PC and am in the process of securing it. When I disable RPC my CDE desktop does not show up. I get my mouse cursor and a black screen. Also, anyone know how to disable SMC on Solaris 8. Thanks (3 Replies)
Discussion started by: Beauford
3 Replies

3. UNIX for Dummies Questions & Answers

<? phpinfo(); ?>

I had my my php working and and was using the above statement to run a php test page. I did not reboot, or restart httpd, but when i came back to play after a 6 day vacation i found that the page no longer displayed the php info. The statement only shows <? phpinfo(); ?> as a standard html. I... (4 Replies)
Discussion started by: macdonto
4 Replies

4. Shell Programming and Scripting

Cursor Laction in a shell script

Hey all; I'm learning both Shell Scripting and Perl; I want to do the following in both: I want to know how to move the cursor to a certain location on-screen so that when a user types something - it's on a specific line, about 20 characters in! I'm using FreeBSD; BASH / pdKSH and Perl 5.6... (3 Replies)
Discussion started by: WIntellect
3 Replies

5. Solaris

cursor color[urgent]

Hi All. How can I change the color of my cusor in sun solaris 8 permanently ? Right now my cursor color is yellow. I want black. Please reply me soon. Thanks Pankaj Verma. (3 Replies)
Discussion started by: pankaj verma
3 Replies

6. UNIX for Dummies Questions & Answers

Cursor positioning thru VI Editor

Is there a way that I can position cursor at say line 23, column 2? Thank you in advance. (8 Replies)
Discussion started by: Latha Nair
8 Replies

7. Programming

Cursor Global Position

Hello all, How can i get the global position of the cursor? (i'm using c language, and suse 10.1 linux) Thanks. (3 Replies)
Discussion started by: boogy
3 Replies

8. UNIX for Dummies Questions & Answers

how can i search word that is under the cursor in VI

Hello all i know the standard way to search in Vi with "/" and "?" but is there any way to perform search on word that is under the cursor ? (4 Replies)
Discussion started by: umen
4 Replies

9. Shell Programming and Scripting

Display spinning cursor while waiting

Hi All, I have a script, very basic, that checks the the intergrity of tar files. Of course, with a huge amount of files, this might take a while. So I'd like to have the script display the spinning cursor while this happens. I'm just not sure how to go about scripting this under ksh. Can... (6 Replies)
Discussion started by: kelldan
6 Replies

10. UNIX for Dummies Questions & Answers

Cursor position

Is there a way of finding the current cursor position (line & column) within AIX (4 Replies)
Discussion started by: gefa
4 Replies

11. Shell Programming and Scripting

Help need urgently for oracle cursors in k shell scripting

Hi, My Oracle Stored procedure returns sys_refcursor to shell script. I have to iterate through it in script and use those retrieved values further in my script. I am using K Shell Scrpting. Stored Procedure is: create or replace PROCEDURE p_test(job_id IN VARCHAR2, c1 OUT SYS_REFCURSOR)... (4 Replies)
Discussion started by: rajeshorpu
4 Replies

12. Shell Programming and Scripting

Browsing to files under cursor

hi all, I am using cntrl w f for this But now the new file is displayed in half of the screen...and the old file in the other half... how can ichange this default behaviour ... say for eg:80% to 1 file and remaining 20 % to the other file.... (4 Replies)
Discussion started by: dll_fpga
4 Replies

13. UNIX for Dummies Questions & Answers

Xterm, removing text cursor

I have been trying for a few days now and I can't figure out how to remove the text cursor in xterm. Or, at least make the hollow box when the terminal is not active disapear. example of what happens: xterm*background: black xterm*cursorColor: red xterm*foreground: white... (5 Replies)
Discussion started by: demoreal
5 Replies

14. Debian

Debian fresh install blinking cursor meaning?

Hello, I have downloaded and install debian in computer it is blinking cursor what this mean? (6 Replies)
Discussion started by: Riteshkakkar
6 Replies

15. Shell Programming and Scripting

Holding cursor position on one line

Hi there. It's easier to explain this with a pseudo code, I hope this makes sense: var1=hello echo $var1 some kind of loop echo loop counter done How do I hold the cursor position immediately behind the last output so I'd get something like: hello123456789 DOS used to use ","... (5 Replies)
Discussion started by: MuntyScrunt
5 Replies