]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_legacy.3x
ncurses 6.4 - patch 20231007
[ncurses.git] / man / curs_legacy.3x
index 233a2d064e3a9c69266dc65ab0a1589c0b90ec64..bf24a74d490933d7ae9fba1744e9dee7db596432 100644 (file)
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_legacy.3x,v 1.27 2023/09/23 22:11:47 tom Exp $
-.TH curs_legacy 3X 2023-09-23 "ncurses 6.4" "Library calls"
+.\" $Id: curs_legacy.3x,v 1.28 2023/10/07 21:19:07 tom Exp $
+.TH curs_legacy 3X 2023-10-07 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 get \fIcurses\fR cursor and window coordinates or attributes (legacy)
 .SH SYNOPSIS
 .nf
-\fB#include <curses.h>\fP
+\fB#include <curses.h>
 .PP
-\fBint getattrs(const WINDOW *\fIwin\fB);\fR
+\fBint getattrs(const WINDOW *\fIwin\fP);
 .PP
-\fBint getbegx(const WINDOW *\fIwin\fB);\fR
-\fBint getbegy(const WINDOW *\fIwin\fB);\fR
+\fBint getbegx(const WINDOW *\fIwin\fP);
+\fBint getbegy(const WINDOW *\fIwin\fP);
 .PP
-\fBint getcurx(const WINDOW *\fIwin\fB);\fR
-\fBint getcury(const WINDOW *\fIwin\fB);\fR
+\fBint getcurx(const WINDOW *\fIwin\fP);
+\fBint getcury(const WINDOW *\fIwin\fP);
 .PP
-\fBint getmaxx(const WINDOW *\fIwin\fB);\fR
-\fBint getmaxy(const WINDOW *\fIwin\fB);\fR
+\fBint getmaxx(const WINDOW *\fIwin\fP);
+\fBint getmaxy(const WINDOW *\fIwin\fP);
 .PP
-\fBint getparx(const WINDOW *\fIwin\fB);\fR
-\fBint getpary(const WINDOW *\fIwin\fB);\fR
+\fBint getparx(const WINDOW *\fIwin\fP);
+\fBint getpary(const WINDOW *\fIwin\fP);
 .fi
 .SH DESCRIPTION
 These legacy functions are simpler to use than the X/Open \fIcurses\fP functions: