X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_move.3x;h=05917626287c5e9bf32dff0e3c65596d106bce69;hb=414771292d2331e48bc09f49813998adc33929e2;hp=d81d8026b699669ee96dbeef1f383bfc2349a31f;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/man/curs_move.3x b/man/curs_move.3x index d81d8026..05917626 100644 --- a/man/curs_move.3x +++ b/man/curs_move.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 2018-2021,2022 Thomas E. Dickey * .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_move.3x,v 1.21 2021/12/25 21:41:58 tom Exp $ +.\" $Id: curs_move.3x,v 1.22 2022/02/12 20:05:11 tom Exp $ .TH curs_move 3X "" .na .hy 0 @@ -39,9 +39,9 @@ .SH SYNOPSIS \fB#include \fP .sp -\fBint move(int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fP +\fBint move(int \fIy\fB, int \fIx\fB);\fR .br -\fBint wmove(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fP +\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