]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/form_field_userptr.3x
ncurses 6.2 - patch 20201017
[ncurses.git] / man / form_field_userptr.3x
index 8a8427c59ef8277352e08d15602bd569062ad6fc..862943a55b34b948d021e055d94616b30502b78b 100644 (file)
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: form_field_userptr.3x,v 1.14 2020/03/28 19:06:28 tom Exp $
+.\" $Id: form_field_userptr.3x,v 1.15 2020/10/17 23:07:03 tom Exp $
 .TH form_field_userptr 3X ""
 .SH NAME
 \fBset_field_userptr\fR,
 \fBfield_userptr\fR \- associate application data with a form field
 .SH SYNOPSIS
 \fB#include <form.h>\fR
-.br
+.sp
 int set_field_userptr(FIELD *field, void*userptr);
 .br
 void *field_userptr(const FIELD *field);
-.br
 .SH DESCRIPTION
 Every form field has a field that can be used to hold application-specific data
 (that is, the form-driver code leaves it alone).