X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_legacy.3x;h=c2eb86b8834c2c20a9f415ea2c240ab951b3c677;hp=b73a6be197b4d45adb30fc21fd1f674e01e960a8;hb=152c5a605234b7ea36ba3a03ec07e124bb6aac75;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 diff --git a/man/curs_legacy.3x b/man/curs_legacy.3x index b73a6be1..c2eb86b8 100644 --- a/man/curs_legacy.3x +++ b/man/curs_legacy.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_legacy.3x,v 1.10 2020/02/02 23:34:34 tom Exp $ +.\" $Id: curs_legacy.3x,v 1.12 2020/10/18 00:16:04 tom Exp $ .de bP .ie n .IP \(bu 4 .el .IP \(bu 2 @@ -38,23 +38,23 @@ curs_legacy \- get \fBcurses\fP cursor and window coordinates, attributes .SH SYNOPSIS \fB#include \fP .sp -\fBint getattrs(const WINDOW *win);\fP -.br -\fBint getbegx(const WINDOW *win);\fP -.br -\fBint getbegy(const WINDOW *win);\fP -.br -\fBint getcurx(const WINDOW *win);\fP -.br -\fBint getcury(const WINDOW *win);\fP +\fBint getattrs(const WINDOW *\fP\fIwin\fP\fB);\fP +.sp +\fBint getbegx(const WINDOW *\fP\fIwin\fP\fB);\fP .br -\fBint getmaxx(const WINDOW *win);\fP +\fBint getbegy(const WINDOW *\fP\fIwin\fP\fB);\fP +.sp +\fBint getcurx(const WINDOW *\fP\fIwin\fP\fB);\fP .br -\fBint getmaxy(const WINDOW *win);\fP +\fBint getcury(const WINDOW *\fP\fIwin\fP\fB);\fP +.sp +\fBint getmaxx(const WINDOW *\fP\fIwin\fP\fB);\fP .br -\fBint getparx(const WINDOW *win);\fP +\fBint getmaxy(const WINDOW *\fP\fIwin\fP\fB);\fP +.sp +\fBint getparx(const WINDOW *\fP\fIwin\fP\fB);\fP .br -\fBint getpary(const WINDOW *win);\fP +\fBint getpary(const WINDOW *\fP\fIwin\fP\fB);\fP .br .SH DESCRIPTION These legacy functions are simpler to use than the X/Open Curses functions: