X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_termcap.3x.html;h=df82bcf57030e127a39fe474026aff97e0c9c173;hb=7884aa084f9440fd964f14fe31853a5f85db5104;hp=1c756c69cffdd429d419ed0a8497debb4638882f;hpb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;p=ncurses.git diff --git a/doc/html/man/curs_termcap.3x.html b/doc/html/man/curs_termcap.3x.html index 1c756c69..df82bcf5 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.44 2020/05/17 01:20:13 tom Exp @ + * @Id: curs_termcap.3x,v 1.45 2020/10/24 09:24:31 tom Exp @ --> @@ -60,12 +60,12 @@ extern char * BC; extern short ospeed; - int tgetent(char *bp, const char *name); - int tgetflag(const char *id); - int tgetnum(const char *id); - char *tgetstr(const char *id, char **area); - char *tgoto(const char *cap, int col, int row); - int tputs(const char *str, int affcnt, int (*putc)(int)); + int tgetent(char *bp, const char *name); + int tgetflag(const char *id); + int tgetnum(const char *id); + char *tgetstr(const char *id, char **area); + char *tgoto(const char *cap, int col, int row); + int tputs(const char *str, int affcnt, int (*putc)(int));

DESCRIPTION