Source-Changes-HG archive

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

[src/trunk]: src/lib/libterminfo Add missing functions to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/448a222b9467
branches:  trunk
changeset: 827273:448a222b9467
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 16:42:34 2017 +0000

description:
Add missing functions to the NAME section

diffstat:

 lib/libterminfo/terminfo.3 |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f2aaa2de22dc -r 448a222b9467 lib/libterminfo/terminfo.3
--- a/lib/libterminfo/terminfo.3        Sun Oct 22 16:37:24 2017 +0000
+++ b/lib/libterminfo/terminfo.3        Sun Oct 22 16:42:34 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: terminfo.3,v 1.13 2015/11/23 22:35:28 christos Exp $
+.\"    $NetBSD: terminfo.3,v 1.14 2017/10/22 16:42:34 abhinav Exp $
 .\"
 .\" Copyright (c) 2009, 2011 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -41,7 +41,15 @@
 .Nm tigetstr ,
 .Nm tparm ,
 .Nm tputs ,
-.Nm putp
+.Nm putp ,
+.Nm ti_setupterm ,
+.Nm ti_getflag ,
+.Nm ti_getnum ,
+.Nm ti_getstr ,
+.Nm tiparm ,
+.Nm ti_tiparm ,
+.Nm ti_puts ,
+.Nm ti_putp
 .Nd terminal independent operation routines
 .Sh LIBRARY
 .Lb libterminfo



Home | Main Index | Thread Index | Old Index