]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/panel.3x
ncurses 6.5 - patch 20240504
[ncurses.git] / man / panel.3x
index 497006ff473760b034d2202b5688f7a90c6b23ec..c63b4315699ba988f7d6313390025cf07ca20576 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
+.\" Copyright 2018-2023,2024 Thomas E. Dickey                                *
 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: panel.3x,v 1.59 2023/11/25 14:08:47 tom Exp $
-.TH panel 3X 2023-11-25 "ncurses 6.4" "Library calls"
+.\" $Id: panel.3x,v 1.63 2024/03/16 15:35:01 tom Exp $
+.TH panel 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
 .ie \n(.g \{\
 .ds `` \(lq
 .ds '' \(rq
@@ -46,7 +46,7 @@
 ..
 .SH NAME
 panel \-
-panel stack extension for \fI\%curses\fP
+panel stack extension for \fIcurses\fP
 .SH SYNOPSIS
 .nf
 \fB#include <panel.h>
@@ -80,7 +80,7 @@ panel stack extension for \fI\%curses\fP
 Panels are \fBcurses\fP(3X) windows with the added property of
 depth.
 Panel functions allow the use of stacked windows and ensure that the
-proper portions of each window and the \fI\%curses\fP \fB\%stdscr\fP
+proper portions of each window and the \fIcurses\fP \fB\%stdscr\fP
 window are hidden or displayed when panels are added,
 moved,
 modified,
@@ -97,9 +97,9 @@ hide,
 and show panels.
 You can relocate a panel to any desired position in the stack.
 .PP
-Panel routines are a functional layer added to \fI\%curses\fP,
-make only high-level \fI\%curses\fP calls,
-and work anywhere \fI\%curses\fP does.
+Panel routines are a functional layer added to \fIcurses\fP,
+make only high-level \fIcurses\fP calls,
+and work anywhere \fIcurses\fP does.
 .SH FUNCTIONS
 .\" ---------
 .SS bottom_panel
@@ -109,7 +109,7 @@ puts panel \fIpan\fP at the bottom of all panels.
 .SS ceiling_panel
 \fB\%ceiling_panel(\fIsp\fB)\fR
 acts like \fB\%panel_below(NULL)\fP
-for the given \fI\%SCREEN\fP \fIsp\fP.
+for the given \fISCREEN\fP \fIsp\fP.
 .\" ---------
 .SS del_panel
 \fB\%del_panel(\fIpan\fB)\fR
@@ -119,7 +119,7 @@ removes the given panel \fIpan\fP from the stack and deallocates the
 .SS ground_panel
 \fB\%ground_panel(\fIsp\fB)\fR
 acts like \fB\%panel_above(NULL)\fP
-for the given \fI\%SCREEN\fP \fIsp\fP.
+for the given \fISCREEN\fP \fIsp\fP.
 .\" ---------
 .SS hide_panel
 \fB\%hide_panel(\fIpan\fB)\fR
@@ -260,7 +260,7 @@ Systems based on SVr4 source code,
 such as Solaris,
 provide this library.
 .bP
-\fIncurses\fP (since version 0.6 in 1993)
+\fI\%ncurses\fP (since version 0.6 in 1993)
 and \fIPDCurses\fP (since version 2.2 in 1995)
 provide a panel library whose common ancestor
 is a public domain implementation by Warren Tucker