]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_extend.3x
ncurses 6.4 - patch 20231007
[ncurses.git] / man / curs_extend.3x
index bed7f4f3fd6542015bf8f647527363d66bd84201..a6aaae47bc814898f2e735b8eab141bf7897d088 100644 (file)
 .\"
 .\" Author: Thomas E. Dickey 1999-on
 .\"
-.\" $Id: curs_extend.3x,v 1.39 2023/09/30 21:38:11 tom Exp $
-.TH curs_extend 3X 2023-09-30 "ncurses 6.4" "Library calls"
-.ie \n(.g .ds `` \(lq
-.el       .ds `` ``
-.ie \n(.g .ds '' \(rq
-.el       .ds '' ''
+.\" $Id: curs_extend.3x,v 1.40 2023/10/07 21:19:07 tom Exp $
+.TH curs_extend 3X 2023-10-07 "ncurses 6.4" "Library calls"
+.ie \n(.g \{\
+.ds `` \(lq
+.ds '' \(rq
+.\}
+.el \{\
+.ie t .ds `` ``
+.el   .ds `` ""
+.ie t .ds '' ''
+.el   .ds '' ""
+.\}
 .SH NAME
 \fB\%curses_version\fP,
 \fB\%use_extended_names\fP \-
 miscellaneous \fIcurses\fR extensions
 .SH SYNOPSIS
-\fB#include <curses.h>\fP
-.sp
-\fBconst char * curses_version(void);\fP
-.br
-\fBint use_extended_names(bool \fIenable\fB);\fR
+.nf
+\fB#include <curses.h>
+.PP
+\fBconst char * curses_version(void);
+\fBint use_extended_names(bool \fIenable\fP);
+.fi
 .SH DESCRIPTION
 These functions are extensions to the curses library
 which do not fit easily into other categories.