Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib Bump major number due to libcurses major bump
details: https://anonhg.NetBSD.org/src/rev/c7892c98bcb7
branches: trunk
changeset: 962159:c7892c98bcb7
user: blymn <blymn%NetBSD.org@localhost>
date: Sun Jun 30 22:17:22 2019 +0000
description:
Bump major number due to libcurses major bump
diffstat:
lib/libform/shlib_version | 4 ++--
lib/libmenu/menu_opts.3 | 11 ++++++++++-
lib/libmenu/shlib_version | 4 ++--
lib/libpanel/shlib_version | 4 ++--
4 files changed, 16 insertions(+), 7 deletions(-)
diffs (58 lines):
diff -r eebc379c32cb -r c7892c98bcb7 lib/libform/shlib_version
--- a/lib/libform/shlib_version Sun Jun 30 22:16:20 2019 +0000
+++ b/lib/libform/shlib_version Sun Jun 30 22:17:22 2019 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.17 2009/01/11 03:07:48 christos Exp $
+# $NetBSD: shlib_version,v 1.18 2019/06/30 22:17:22 blymn Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
-major=6
+major=7
minor=0
diff -r eebc379c32cb -r c7892c98bcb7 lib/libmenu/menu_opts.3
--- a/lib/libmenu/menu_opts.3 Sun Jun 30 22:16:20 2019 +0000
+++ b/lib/libmenu/menu_opts.3 Sun Jun 30 22:17:22 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: menu_opts.3,v 1.9 2017/07/03 21:32:50 wiz Exp $
+.\" $NetBSD: menu_opts.3,v 1.10 2019/06/30 22:17:46 blymn Exp $
.\"
.\" Copyright (c) 1999
.\" Brett Lymn - blymn%baea.com.au@localhost, brett_lymn%yahoo.com.au@localhost
@@ -65,6 +65,15 @@
The
.Fn set_menu_opts
sets the menu options to the value given in opts.
+Options may be logigally ORed together.
+Valid options are:
+.Bl -column -offset indent ".Sy Option" ".Sy Meaning"
+.It Sy Option Ta Sy Meaning
+.It O_ONEVALUE Ta The menu may only have one item selected at a time.
+The menu mark will indicate the current item.
+If this option is off then muliple menu items may be selected and
+the menu mark will be displayed on each selected item.
+.El
.Sh RETURN VALUES
The functions return one of the following error values:
.Pp
diff -r eebc379c32cb -r c7892c98bcb7 lib/libmenu/shlib_version
--- a/lib/libmenu/shlib_version Sun Jun 30 22:16:20 2019 +0000
+++ b/lib/libmenu/shlib_version Sun Jun 30 22:17:22 2019 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.11 2009/01/11 03:07:48 christos Exp $
+# $NetBSD: shlib_version,v 1.12 2019/06/30 22:17:46 blymn Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
-major=6
+major=7
minor=0
diff -r eebc379c32cb -r c7892c98bcb7 lib/libpanel/shlib_version
--- a/lib/libpanel/shlib_version Sun Jun 30 22:16:20 2019 +0000
+++ b/lib/libpanel/shlib_version Sun Jun 30 22:17:22 2019 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: shlib_version,v 1.1 2015/10/26 23:09:49 uwe Exp $
+# $NetBSD: shlib_version,v 1.2 2019/06/30 22:18:08 blymn Exp $
# Remember to update distrib/sets/lists/base/shl.* when changing
#
-major=1
+major=2
minor=0
Home |
Main Index |
Thread Index |
Old Index