Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share +libpanel: Z-order for curses windows



details:   https://anonhg.NetBSD.org/src/rev/d17d5ed88c07
branches:  trunk
changeset: 341786:d17d5ed88c07
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Nov 22 05:12:22 2015 +0000

description:
+libpanel: Z-order for curses windows

diffstat:

 share/man/man3/intro.3 |  6 +++++-
 share/tmac/doc2html    |  3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (37 lines):

diff -r 61c781d7f952 -r d17d5ed88c07 share/man/man3/intro.3
--- a/share/man/man3/intro.3    Sun Nov 22 05:10:28 2015 +0000
+++ b/share/man/man3/intro.3    Sun Nov 22 05:12:22 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: intro.3,v 1.29 2012/07/03 09:28:08 wiz Exp $
+.\"    $NetBSD: intro.3,v 1.30 2015/11/22 05:12:22 kamil Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -237,6 +237,10 @@
 The curses menu library.
 See
 .Xr menus 3 .
+.It Em libpanel Pq Fl l Ns Ar panel
+The curses panel library.
+See
+.Xr panel 3 .
 .It Em libpcap Pq Fl l Ns Ar pcap
 The packet capture library.
 See
diff -r 61c781d7f952 -r d17d5ed88c07 share/tmac/doc2html
--- a/share/tmac/doc2html       Sun Nov 22 05:10:28 2015 +0000
+++ b/share/tmac/doc2html       Sun Nov 22 05:12:22 2015 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: doc2html,v 1.65 2013/08/03 22:12:23 wiz Exp $
+.\" $NetBSD: doc2html,v 1.66 2015/11/22 05:13:00 kamil Exp $
 .\"
 .\" Copyright (c) 1998, 1999, 2008 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -590,6 +590,7 @@
 .if "\\$1"libmagic" \&Magic Number Recognition Library (libmagic, -lmagic)
 .if "\\$1"libmenu" \&Curses Menu Library (libmenu, -lmenu)
 .if "\\$1"libossaudio" \&OSS Audio Emulation Library (libossaudio, -lossaudio)
+.if "\\$1"libpanel" \&Curses Panel Library (libpanel, -lpanel)
 .if "\\$1"libpcap" \&Packet Capture Library (libpcap, -lpcap)
 .if "\\$1"libpci" \&PCI Bus Access Library (libpci, -lpci)
 .if "\\$1"libpmc" \&Performance Counters Library (libpmc, -lpmc)



Home | Main Index | Thread Index | Old Index