X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_opaque.3x;h=62eb4e0b58a31790ec11099ea96ce79a97d1bcf4;hp=8c315ddda432a7879898e88710c93b548147df67;hb=e3509ece56de67169d250c040b36309f72e13292;hpb=7517964d4343789c36b7ded32feb81961b03b725 diff --git a/man/curs_opaque.3x b/man/curs_opaque.3x index 8c315ddd..62eb4e0b 100644 --- a/man/curs_opaque.3x +++ b/man/curs_opaque.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 2007-2010,2013 Free Software Foundation, Inc. * +.\" Copyright (c) 2007-2013,2014 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 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_opaque.3x,v 1.10 2013/07/20 19:42:29 tom Exp $ +.\" $Id: curs_opaque.3x,v 1.11 2014/03/15 19:24:23 tom Exp $ .TH curs_opaque 3X "" .ie \n(.g .ds `` \(lq .el .ds `` `` @@ -78,6 +78,8 @@ .br \fBWINDOW * wgetparent(const WINDOW *win);\fR .br +\fBint wgetdelay(const WINDOW *win);\fR +.br \fBint wgetscrreg(const WINDOW *win, int *top, int *bottom);\fR .br .SH DESCRIPTION @@ -123,6 +125,9 @@ i.e., created by \fBsubwin\fP or \fBderwin\fP \fBis_syncok\fR returns the value set in \fBsyncok\fR .TP 5 +\fBwgetdelay\fR +returns the delay timeout as set in \fBwtimeout\fP. +.TP 5 \fBwgetparent\fR returns the parent WINDOW pointer for subwindows, or NULL for windows having no parent.