summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-11-29 05:09:35 +0000
committermillert <millert@openbsd.org>1997-11-29 05:09:35 +0000
commit80a2745b002b9abe1544d688f4be474c9c7a77fb (patch)
treecf4d4cc08534aea329ea0729ba805fda50fb3db7
parentCheck malloc() return vals. (diff)
downloadwireguard-openbsd-80a2745b002b9abe1544d688f4be474c9c7a77fb.tar.xz
wireguard-openbsd-80a2745b002b9abe1544d688f4be474c9c7a77fb.zip
We don't implement the GNU extension tparam(). It is #ifdef'd out
in ncurses to avoid problems with emacs.
-rw-r--r--lib/libtermlib/terminfo.311
1 files changed, 1 insertions, 10 deletions
diff --git a/lib/libtermlib/terminfo.3 b/lib/libtermlib/terminfo.3
index c8cd0233b32..ce9ddf1a51c 100644
--- a/lib/libtermlib/terminfo.3
+++ b/lib/libtermlib/terminfo.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: terminfo.3,v 1.1 1997/11/29 01:17:20 millert Exp $
+.\" $OpenBSD: terminfo.3,v 1.2 1997/11/29 05:09:35 millert Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -61,8 +61,6 @@
.Fn restartterm "const char *term" "int fildes" "int *errret"
.Ft char *
.Fn tparm "const char *str" "..."
-.Ft char *
-.Fn tparam "const char *str" "char *buffer" "int size" "..."
.Ft int
.Fn tputs "const char *str" "int affcnt" "int (*putc)(int))"
.Ft int
@@ -281,13 +279,6 @@ A pointer is returned to the result of
with the parameters applied.
.Pp
The
-.Nm tparam
-routine is included for compatibility with the GNU termcap
-implementation. It works like
-.Nm tparm
-but you specify a buffer and buffer size to be filled with the expanded string.
-.Pp
-The
.Nm tputs
routine applies padding information to the string
.Dv str