[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 41/45] man/curs_terminfo.3x: De-document use of `tputs()` with `t
From: |
G. Branden Robinson |
Subject: |
[PATCH 41/45] man/curs_terminfo.3x: De-document use of `tputs()` with `tgetstr()` and `tgoto()`. |
Date: |
Sat, 25 May 2024 12:45:27 -0500 |
The latter function names do not "happen" to be shared with the termcap
API; they belong solely to the termcap API, which was withdrawn in
X/Open Curses Issue 7.
---
man/curs_terminfo.3x | 14 +++-----------
1 file changed, 3 insertions(+), 11 deletions(-)
diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x
index 7fa32569f..25e83afd8 100644
--- a/man/curs_terminfo.3x
+++ b/man/curs_terminfo.3x
@@ -463,17 +463,9 @@ .SS "Output Functions"
parameter must be a
.I \%term\%info
string variable or the return value of
-\fB\%tparm\fP,
-\fB\%tiparm\fP,
-\fB\%tgetstr\fP,
-or \fB\%tgoto\fP.
-.IP
-The \fB\%tgetstr\fP and \fB\%tgoto\fP functions are part of the
-.I termcap
-interface,
-which happens to share these function names with the
-.I \%term\%info
-API.
+.B \%tparm
+or
+.BR \%tiparm "."
.bP
.I affcnt
is the number of lines affected,
--
2.30.2
signature.asc
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH 41/45] man/curs_terminfo.3x: De-document use of `tputs()` with `tgetstr()` and `tgoto()`.,
G. Branden Robinson <=