summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-11-29 05:09:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-11-29 05:09:36 +0000
commite491b11e001d251c278f33e67670a3c4bfab21c6 (patch)
treee65cb47c312d7322c228f1aaad06c16dcf8a1a3f
parent16d31019ef8a4fda95fffc64ccdb8c772af08976 (diff)
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