summaryrefslogtreecommitdiff
path: root/lib/libpanel/panel.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpanel/panel.3')
-rw-r--r--lib/libpanel/panel.313
1 files changed, 6 insertions, 7 deletions
diff --git a/lib/libpanel/panel.3 b/lib/libpanel/panel.3
index 22d4cfb3573..0bfa6279222 100644
--- a/lib/libpanel/panel.3
+++ b/lib/libpanel/panel.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: panel.3,v 1.4 1997/12/03 05:42:24 millert Exp $
+.\" $OpenBSD: panel.3,v 1.5 1997/12/14 23:19:07 millert Exp $
+.\" Id: panel.3x,v 1.8 1997/12/14 01:49:25 tom Exp $
.TH panel 3 ""
.ds n 5
.ds d /usr/share/terminfo
@@ -40,7 +41,7 @@ panel - panel stack extension for curses
\fBint del_panel(PANEL *pan)\fR
.br
.SH DESCRIPTION
-Panels are curses(3) windows with the added feature of
+Panels are \fBcurses\fR(3) windows with the added feature of
depth. Panel functions allow the use of stacked windows and ensure
the proper portions of each window and the curses \fBstdscr\fR window are
hidden or displayed when panels are added, moved, modified or removed.
@@ -52,7 +53,7 @@ A window is associated with every panel. The panel routines enable
you to create, move, hides, 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 curses(3), make only
+Panel routines are a functional layer added to \fBcurses\fR(3), make only
high-level curses calls, and work anywhere terminfo curses does.
.SH FUNCTIONS
.TP
@@ -98,7 +99,7 @@ to move a panel window.
\fBreplace_panel(pan,window)\fR
replaces the current window of panel with \fBwindow\fR (useful, for
example if you want to resize a panel; if you're using \fBcurses\fR,
-you can call \fBreplace_panel\fR on the output of \fBwresize\fR(3x)).
+you can call \fBreplace_panel\fR on the output of \fBwresize\fR(3)).
It does not change the position of the panel in the stack.
.TP
\fBpanel_above(pan)\fR
@@ -147,10 +148,8 @@ interface for the panels library
libpanel.a
the panels library itself
.SH SEE ALSO
-curses(3)
+\fBcurses\fR(3X)
.SH AUTHOR
Originally written by Warren Tucker <wht@n4hgf.mt-park.ga.us>,
primarily to assist in porting u386mon to systems without a native
panels library. Repackaged for ncurses by Zeyd ben-Halim.
-
-