]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_getyx.3x
ncurses 6.4 - patch 20230701
[ncurses.git] / man / curs_getyx.3x
index 308f7413afcb759c513ca18721bc7f8c7a5b9e5d..ff49c86fbcb8bf47646332d77f0ff014fbcd5a7b 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2020-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2020-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2007,2010 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_getyx.3x,v 1.24 2022/02/12 20:07:29 tom Exp $
-.TH curs_getyx 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: curs_getyx.3x,v 1.27 2023/07/01 15:43:20 tom Exp $
+.TH curs_getyx 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .SH NAME
 \fBgetyx\fP,
 \fBgetparyx\fP,
@@ -44,7 +44,6 @@
 \fBvoid getbegyx(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB);\fR
 .br
 \fBvoid getmaxyx(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB);\fR
-.br
 .SH DESCRIPTION
 The \fBgetyx\fP macro places the current cursor position of the given window in
 the two integer variables \fIy\fP and \fIx\fP.