]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_move.3x
ncurses 6.4 - patch 20231007
[ncurses.git] / man / curs_move.3x
index 3431cc1f00b4e1201fa5dc2ff2b4646d5e45c3fc..d3d656a09ee75a0acf5f7ab8caed10b65c31d349 100644 (file)
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_move.3x,v 1.31 2023/09/30 21:38:11 tom Exp $
-.TH curs_move 3X 2023-09-30 "ncurses 6.4" "Library calls"
+.\" $Id: curs_move.3x,v 1.32 2023/10/07 21:19:07 tom Exp $
+.TH curs_move 3X 2023-10-07 "ncurses 6.4" "Library calls"
 .SH NAME
 \fB\%move\fP,
 \fB\%wmove\fP \-
 move cursor in a \fIcurses\fR window
 .SH SYNOPSIS
-\fB#include <curses.h>\fP
-.sp
-\fBint move(int \fIy\fB, int \fIx\fB);\fR
-.br
-\fBint wmove(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB);\fR
+.nf
+\fB#include <curses.h>
+.PP
+\fBint move(int \fIy\fP, int \fIx\fP);
+\fBint wmove(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP);
+.fi
 .SH DESCRIPTION
 These routines move the cursor associated with the window to line \fIy\fP and
 column \fIx\fP.