]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_move.3x
ncurses 6.4 - patch 20230701
[ncurses.git] / man / curs_move.3x
index 3af0f1ee762af8fad6613ab4a6bdd711ab5a54d6..26490809b08dad08700ff17978f5045ab934219d 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_move.3x,v 1.23 2022/02/12 20:05:11 tom Exp $
-.TH curs_move 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: curs_move.3x,v 1.26 2023/07/01 15:43:20 tom Exp $
+.TH curs_move 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .na
 .hy 0
 .SH NAME
@@ -42,7 +42,6 @@
 \fBint move(int \fIy\fB, int \fIx\fB);\fR
 .br
 \fBint wmove(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB);\fR
-.br
 .SH DESCRIPTION
 These routines move the cursor associated with the window to line \fIy\fP and
 column \fIx\fP.