X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_legacy.3x;h=febaf294174f3e981b2c917710b6e81f7c5bf812;hp=e9462d699bb33db983e6cad7d21be7439fe0058a;hb=b040313679284c778b4f02a5b34d9e775ceba697;hpb=71c0306f0824ef2b10c4c5813fb003db48f3012e diff --git a/man/curs_legacy.3x b/man/curs_legacy.3x index e9462d69..febaf294 100644 --- a/man/curs_legacy.3x +++ b/man/curs_legacy.3x @@ -26,20 +26,15 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_legacy.3x,v 1.2 2010/07/31 16:11:27 tom Exp $ +.\" $Id: curs_legacy.3x,v 1.5 2010/12/04 18:38:55 tom Exp $ .TH curs_legacy 3X "" .SH NAME -\fBgetbegx\fR, -\fBgetbegy\fR, -\fBgetcurx\fR, -\fBgetcury\fR, -\fBgetmaxx\fR, -\fBgetmaxy\fR, -\fBgetparx\fR, -\fBgetpary\fR \- get \fBcurses\fR cursor and window coordinates +getattrs \- get \fBcurses\fR cursor and window coordinates, attributes .SH SYNOPSIS \fB#include \fR .sp +\fBint getattrs(WINDOW *win);\fR +.br \fBint getbegx(WINDOW *win);\fR .br \fBint getbegy(WINDOW *win);\fR @@ -85,9 +80,3 @@ These functions were supported on Version 7, BSD or System V implementations. \fBcurses\fR(3X), \fBcurs_getyx\fR(3X), \fBcurs_opaque\fR(3X) -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: