]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_legacy.3x
ncurses 6.4 - patch 20230812
[ncurses.git] / man / curs_legacy.3x
index c2eb86b8834c2c20a9f415ea2c240ab951b3c677..5eaee79512b2ae52b5f58c207f13c7fe185f802b 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2019,2020 Thomas E. Dickey                                     *
+.\" Copyright 2019-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 2007-2015,2017 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_legacy.3x,v 1.12 2020/10/18 00:16:04 tom Exp $
+.\" $Id: curs_legacy.3x,v 1.17 2023/07/01 15:43:20 tom Exp $
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
 ..
-.TH curs_legacy 3X ""
+.TH curs_legacy 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 curs_legacy \- get \fBcurses\fP cursor and window coordinates, attributes
 .SH SYNOPSIS
 \fB#include <curses.h>\fP
 .sp
-\fBint getattrs(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getattrs(const WINDOW *\fIwin\fB);\fR
 .sp
-\fBint getbegx(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getbegx(const WINDOW *\fIwin\fB);\fR
 .br
-\fBint getbegy(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getbegy(const WINDOW *\fIwin\fB);\fR
 .sp
-\fBint getcurx(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getcurx(const WINDOW *\fIwin\fB);\fR
 .br
-\fBint getcury(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getcury(const WINDOW *\fIwin\fB);\fR
 .sp
-\fBint getmaxx(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getmaxx(const WINDOW *\fIwin\fB);\fR
 .br
-\fBint getmaxy(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getmaxy(const WINDOW *\fIwin\fB);\fR
 .sp
-\fBint getparx(const WINDOW *\fP\fIwin\fP\fB);\fP
-.br
-\fBint getpary(const WINDOW *\fP\fIwin\fP\fB);\fP
+\fBint getparx(const WINDOW *\fIwin\fB);\fR
 .br
+\fBint getpary(const WINDOW *\fIwin\fB);\fR
 .SH DESCRIPTION
 These legacy functions are simpler to use than the X/Open Curses functions:
 .bP