diff options
Diffstat (limited to 'upstream/debian-unstable/man3/termcap.3ncurses')
-rw-r--r-- | upstream/debian-unstable/man3/termcap.3ncurses | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/upstream/debian-unstable/man3/termcap.3ncurses b/upstream/debian-unstable/man3/termcap.3ncurses index d829378a..08ed04f0 100644 --- a/upstream/debian-unstable/man3/termcap.3ncurses +++ b/upstream/debian-unstable/man3/termcap.3ncurses @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2022,2023 Thomas E. Dickey * +.\" Copyright 2018-2023,2024 Thomas E. Dickey * .\" Copyright 1998-2017,2018 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_termcap.3x,v 1.81 2023/12/30 21:27:22 tom Exp $ -.TH termcap 3NCURSES 2023-12-30 "ncurses 6.4" "Library calls" +.\" $Id: curs_termcap.3x,v 1.85 2024/04/20 19:13:12 tom Exp $ +.TH termcap 3NCURSES 2024-04-20 "ncurses 6.5" "Library calls" .ie \n(.g \{\ .ds `` \(lq .ds '' \(rq @@ -115,7 +115,7 @@ as do other \fItermcap\fP implementations conforming to portions of X/Open Curses now withdrawn. The BSD \fItermcap\fP library would store a copy of the terminal type description in the area referenced by this pointer. -\fI\%ncurses\fP stores terminal type descriptions in compiled form, +\fI\%term\%info\fP stores terminal type descriptions in compiled form, which is not the same thing. .bP The meanings of the return values differ. @@ -493,8 +493,8 @@ be aware that it is returned in \fI\%term\%info\fP notation, not the older and not-quite-compatible \fItermcap\fP notation. This does not cause problems if all you do with it is call \fB\%tgoto\fP or \fB\%tparm\fP, -which both expand \fI\%term\%info\fP-style strings as \fI\%term\%info\fP -does. +which both parametrically expand \fI\%term\%info\fP-style string +capabilities as \fI\%term\%info\fP does. (If .I \%ncurses is configured to support \fItermcap,\fP |