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

« back to all changes in this revision

Viewing changes to man/form_opts.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_opts.3x,v 1.6 1998/11/29 01:07:53 Rick.Ohnemus Exp $
 
30
.\" $Id: form_opts.3x,v 1.8 2006/11/04 17:12:00 tom Exp $
31
31
.TH form_opts 3X ""
32
32
.SH NAME
33
33
\fBform_opts\fR - set and get form options
45
45
.SH DESCRIPTION
46
46
The function \fBset_form_opts\fR sets all the given form's option bits (form
47
47
option bits may be logically-OR'ed together).
48
 
 
 
48
.PP
49
49
The function \fBform_opts_on\fR turns on the given option bits, and leaves
50
50
others alone.
51
 
 
 
51
.PP
52
52
The function \fBform_opts_off\fR turns off the given option bits, and leaves
53
53
others alone.
54
 
 
 
54
.PP
55
55
The function \fBform_opts\fR returns the form's current option bits.
56
 
 
 
56
.PP
57
57
The following options are defined (all are on by default):
58
58
.TP 5
59
59
O_NL_OVERLOAD
66
66
.SH RETURN VALUE
67
67
Except for \fBform_opts\fR, each routine returns one of the following:
68
68
.TP 5
69
 
\fBE_OK\fR
 
69
.B E_OK
70
70
The routine succeeded.
71
71
.TP 5
72
 
\fBE_SYSTEM_ERROR\fR
 
72
.B E_SYSTEM_ERROR
73
73
System error occurred (see \fBerrno\fR).
74
74
.SH SEE ALSO
75
75
\fBcurses\fR(3X), \fBform\fR(3X).