X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;ds=sidebyside;f=man%2Fcurs_window.3x;h=85af2e0cf8723fa87343e952484b5e7925299f3a;hb=82035cb9d3375b8c65b4a5a5d3bd89febdc7e201;hp=552862e9e253a1a1b20256d5269e7dacfeafb883;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/man/curs_window.3x b/man/curs_window.3x index 552862e9..85af2e0c 100644 --- a/man/curs_window.3x +++ b/man/curs_window.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * +.\" Copyright (c) 1998-2006,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 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_window.3x,v 1.14 2006/02/25 21:49:19 tom Exp $ +.\" $Id: curs_window.3x,v 1.16 2010/10/02 23:17:27 tom Exp $ .TH curs_window 3X "" .na .hy 0 @@ -41,7 +41,7 @@ \fBwsyncup\fR, \fBsyncok\fR, \fBwcursyncup\fR, -\fBwsyncdown\fR - create \fBcurses\fR windows +\fBwsyncdown\fR \- create \fBcurses\fR windows .ad .hy .SH SYNOPSIS @@ -76,8 +76,8 @@ Calling \fBnewwin\fR creates and returns a pointer to a new window with the given number of lines and columns. The upper left-hand corner of the window is at line \fIbegin\fR_\fIy\fR, column \fIbegin\fR_\fIx\fR. If either -\fInlines\fR or \fIncols\fR is zero, they default to \fBLINES -\fR -\fIbegin\fR_\fIy\fR and \fBCOLS -\fR \fIbegin\fR_\fIx\fR. A new full-screen +\fInlines\fR or \fIncols\fR is zero, they default to \fBLINES \-\fR +\fIbegin\fR_\fIy\fR and \fBCOLS \-\fR \fIbegin\fR_\fIx\fR. A new full-screen window is created by calling \fBnewwin(0,0,0,0)\fR. .PP Calling \fBdelwin\fR deletes the named window, freeing all memory @@ -179,7 +179,10 @@ in slower updates. .SH PORTABILITY The XSI Curses standard, Issue 4 describes these functions. .SH SEE ALSO -\fBcurses\fR(3X), \fBcurs_refresh\fR(3X), \fBcurs_touch\fR(3X) +\fBcurses\fR(3X), +\fBcurs_refresh\fR(3X), +\fBcurs_touch\fR(3X), +\fBcurs_variables\fR(3X) .\"# .\"# The following sets edit modes for GNU EMACS .\"# Local Variables: