X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fpanel.3x;h=800ad32ee11a910572db107e04fe511000e75105;hb=a8987e73ec254703634802b4f7ee30d3a485524d;hp=b82162b202ed361ea5ab14d133c466d18f8f8882;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1;p=ncurses.git diff --git a/man/panel.3x b/man/panel.3x index b82162b2..800ad32e 100644 --- a/man/panel.3x +++ b/man/panel.3x @@ -1,7 +1,35 @@ -.\" $Id: panel.3x,v 1.8 1997/12/14 01:49:25 tom Exp $ +.\"*************************************************************************** +.\" Copyright (c) 1998-2000,2003 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 * +.\" "Software"), to deal in the Software without restriction, including * +.\" without limitation the rights to use, copy, modify, merge, publish, * +.\" distribute, distribute with modifications, sublicense, and/or sell * +.\" copies of the Software, and to permit persons to whom the Software is * +.\" furnished to do so, subject to the following conditions: * +.\" * +.\" The above copyright notice and this permission notice shall be included * +.\" in all copies or substantial portions of the Software. * +.\" * +.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * +.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * +.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * +.\" IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * +.\" DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * +.\" OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * +.\" THE USE OR OTHER DEALINGS IN THE SOFTWARE. * +.\" * +.\" Except as contained in this notice, the name(s) of the above copyright * +.\" holders shall not be used in advertising or otherwise to promote the * +.\" sale, use or other dealings in this Software without prior written * +.\" authorization. * +.\"*************************************************************************** +.\" +.\" $Id: panel.3x,v 1.11 2003/05/17 22:44:09 jmc Exp $ .TH panel 3X "" .ds n 5 -.ds d @DATADIR@/terminfo +.ds d @TERMINFO@ .SH NAME panel - panel stack extension for curses .SH SYNOPSIS @@ -49,7 +77,7 @@ The set of currently visible panels is the stack of panels. The of the stack. .P A window is associated with every panel. The panel routines enable -you to create, move, hides, and show panels, as well as position a +you to create, move, hide, and show panels, as well as position a panel at any desired location in the stack. .P Panel routines are a functional layer added to \fBcurses\fR(3X), make only