X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_getyx.3x;h=e6ff67014864f15d27039d28ef6b264ca7cb16c6;hp=980968e4003292d63c1abde51a1cd33dfdb2d4a9;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=96d6b16de0d487e5d3aed0302a179dbce11b5d96 diff --git a/man/curs_getyx.3x b/man/curs_getyx.3x index 980968e4..e6ff6701 100644 --- a/man/curs_getyx.3x +++ b/man/curs_getyx.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2007,2010 Free Software Foundation, Inc. * +.\" Copyright 2020 Thomas E. Dickey * +.\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_getyx.3x,v 1.18 2010/12/04 18:36:44 tom Exp $ +.\" $Id: curs_getyx.3x,v 1.20 2020/10/24 09:38:43 tom Exp $ .TH curs_getyx 3X "" .SH NAME \fBgetyx\fR, @@ -36,13 +37,13 @@ .SH SYNOPSIS \fB#include \fR .sp -\fBvoid getyx(WINDOW *win, int y, int x);\fR +\fBvoid getyx(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fR .br -\fBvoid getparyx(WINDOW *win, int y, int x);\fR +\fBvoid getparyx(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fR .br -\fBvoid getbegyx(WINDOW *win, int y, int x);\fR +\fBvoid getbegyx(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fR .br -\fBvoid getmaxyx(WINDOW *win, int y, int x);\fR +\fBvoid getmaxyx(WINDOW *\fP\fIwin\fP\fB, int \fP\fIy\fP\fB, int \fP\fIx\fP\fB);\fR .br .SH DESCRIPTION The \fBgetyx\fR macro places the current cursor position of the given window in