X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_legacy.3x;fp=man%2Fcurs_legacy.3x;h=02e2c8285db46d17730e0ebd26c10001f042bbd0;hp=c2eb86b8834c2c20a9f415ea2c240ab951b3c677;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hpb=79b07cae47a6fa064aa4d2ea70fe930884751eb4 diff --git a/man/curs_legacy.3x b/man/curs_legacy.3x index c2eb86b8..02e2c828 100644 --- a/man/curs_legacy.3x +++ b/man/curs_legacy.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2019,2020 Thomas E. Dickey * +.\" Copyright 2019-2020,2022 Thomas E. Dickey * .\" Copyright 2007-2015,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_legacy.3x,v 1.12 2020/10/18 00:16:04 tom Exp $ +.\" $Id: curs_legacy.3x,v 1.13 2022/02/12 20:05:11 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 *\fP\fIwin\fP\fB);\fP +\fBint getattrs(const WINDOW *\fIwin\fB);\fR .sp -\fBint getbegx(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getbegx(const WINDOW *\fIwin\fB);\fR .br -\fBint getbegy(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getbegy(const WINDOW *\fIwin\fB);\fR .sp -\fBint getcurx(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getcurx(const WINDOW *\fIwin\fB);\fR .br -\fBint getcury(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getcury(const WINDOW *\fIwin\fB);\fR .sp -\fBint getmaxx(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getmaxx(const WINDOW *\fIwin\fB);\fR .br -\fBint getmaxy(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getmaxy(const WINDOW *\fIwin\fB);\fR .sp -\fBint getparx(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getparx(const WINDOW *\fIwin\fB);\fR .br -\fBint getpary(const WINDOW *\fP\fIwin\fP\fB);\fP +\fBint getpary(const WINDOW *\fIwin\fB);\fR .br .SH DESCRIPTION These legacy functions are simpler to use than the X/Open Curses functions: