X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;fp=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;h=088030733595ef6b16da7ba90e3be3eb66e05f5e;hp=e3ed3202229bbd41047451dc6245c374a20b4bac;hb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;hpb=e6bb3226cdd35f5fd9f45bb1685cc2203c889480 diff --git a/doc/html/man/curs_termcap.3x.html b/doc/html/man/curs_termcap.3x.html index e3ed3202..08803073 100644 --- a/doc/html/man/curs_termcap.3x.html +++ b/doc/html/man/curs_termcap.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_termcap.3x,v 1.49 2021/04/03 21:17:09 tom Exp @ + * @Id: curs_termcap.3x,v 1.52 2021/12/25 21:31:00 tom Exp @ --> @@ -36,7 +36,7 @@ curs_termcap 3x - +

curs_termcap 3x

@@ -134,7 +134,7 @@ o Because the capability may have padding characters, the output of tgoto should be passed to tputs rather than some other output func- - tion such as printf. + tion such as printf(3). o While tgoto is assumed to be used for the two-parameter cursor po- sitioning capability, termcap applications also use it for single- @@ -268,7 +268,7 @@ was written several years before C was standardized. However, there were two different termcap.h header files in the BSD sources: - o One was used internally by the jove editor in 2BSD through 4.4BSD. + o One was used internally by the jove editor in 2BSD through 4.4BSD. It defined global symbols for the termcap variables which it used. o The other appeared in 4.4BSD Lite Release 2 (mid-1993) as part of @@ -290,12 +290,12 @@ that instance, it was libedit which differed from BSD termcap. A copy of GNU termcap 1.3 was bundled with bash in mid-1993, to support - the readline library. + the readline(3) library. A termcap.h file was provided in ncurses 1.8.1 (November 1993). That - reflected influence by emacs (rather than jove) and GNU termcap: + reflected influence by emacs(1) (rather than jove(1)) and GNU termcap: - o it provided declarations for a few global symbols used by emacs + o it provided declarations for a few global symbols used by emacs o it provided function prototypes (using const).