~ubuntu-branches/ubuntu/natty/ncurses/natty

« back to all changes in this revision

Viewing changes to man/form_cursor.3x

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-17 09:00:42 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517090042-86fgxrr6j5jzagot
Tags: 5.6-0ubuntu1
* New upstream version.
  - Remove patches applied upstream: ncurses.upstream, signed-chars.
  - Update patches: debian-backspace.
* Build-depend on g++-multilib instead of lib{32,64}c*-dev-*.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
'\" t
2
2
.\"***************************************************************************
3
 
.\" Copyright (c) 1998 Free Software Foundation, Inc.                        *
 
3
.\" Copyright (c) 1998,2006 Free Software Foundation, Inc.                   *
4
4
.\"                                                                          *
5
5
.\" Permission is hereby granted, free of charge, to any person obtaining a  *
6
6
.\" copy of this software and associated documentation files (the            *
27
27
.\" authorization.                                                           *
28
28
.\"***************************************************************************
29
29
.\"
30
 
.\" $Id: form_cursor.3x,v 1.4 1998/11/29 01:05:43 Rick.Ohnemus Exp $
 
30
.\" $Id: form_cursor.3x,v 1.6 2006/11/04 18:50:24 tom Exp $
31
31
.TH form_cursor 3X ""
32
32
.SH NAME
33
33
\fBform_cursor\fR - position a form window cursor
44
44
.SH RETURN VALUE
45
45
This routine returns one of the following:
46
46
.TP 5
47
 
\fBE_OK\fR
 
47
.B E_OK
48
48
The routine succeeded.
49
49
.TP 5
50
 
\fBE_SYSTEM_ERROR\fR
51
 
System error occurred (see \fBerrno\fR).
52
 
.TP 5
53
 
\fBE_BAD_ARGUMENT\fR
 
50
.B E_BAD_ARGUMENT
54
51
Routine detected an incorrect or out-of-range argument.
55
52
.TP 5
56
 
\fBE_NOT_POSTED\fR
 
53
.B E_NOT_POSTED
57
54
The form has not been posted.
 
55
.TP 5
 
56
.B E_SYSTEM_ERROR
 
57
System error occurred (see \fBerrno\fR).
 
58
.
58
59
.SH SEE ALSO
59
60
\fBcurses\fR(3X), \fBform\fR(3X).
60
61
.SH NOTES