~ubuntu-branches/debian/sid/ncurses/sid-200908151543

« back to all changes in this revision

Viewing changes to man/menu_cursor.3x

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-14 21:06:00 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20081214210600-2rdjwvpplgvh3zeb
Tags: 5.7+20081213-1
MergingĀ upstreamĀ versionĀ 5.7+20081213.

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: menu_cursor.3x,v 1.5 1998/11/29 01:09:30 Rick.Ohnemus Exp $
 
30
.\" $Id: menu_cursor.3x,v 1.6 2006/11/04 17:13:57 tom Exp $
31
31
.TH menu_cursor 3X ""
32
32
.SH NAME
33
33
\fBmenu_cursor\fR - position a menu's cursor
43
43
.SH RETURN VALUE
44
44
This routine returns one of the following:
45
45
.TP 5
46
 
\fBE_OK\fR
 
46
.B E_OK
47
47
The routine succeeded.
48
48
.TP 5
49
 
\fBE_SYSTEM_ERROR\fR
 
49
.B E_SYSTEM_ERROR
50
50
System error occurred (see \fBerrno\fR).
51
51
.TP 5
52
 
\fBE_BAD_ARGUMENT\fR
 
52
.B E_BAD_ARGUMENT
53
53
Routine detected an incorrect or out-of-range argument.
54
54
.TP 5
55
 
\fBE_NOT_POSTED\fR
 
55
.B E_NOT_POSTED
56
56
The menu has not been posted.
57
57
.SH SEE ALSO
58
58
\fBcurses\fR(3X), \fBmenu\fR(3X).