X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_terminfo.3x;h=a9c6231be2f2c81e30c5da3e39fd83967fd58f45;hp=6df9e462b72536a646382581a194d9a003279b8a;hb=a1e63be290fce9e589bc57c9f753be09e8ac0cc7;hpb=cef50b3afcd58166f3541b701c97bce538844c76 diff --git a/man/curs_terminfo.3x b/man/curs_terminfo.3x index 6df9e462..a9c6231b 100644 --- a/man/curs_terminfo.3x +++ b/man/curs_terminfo.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 1999-2008,2010 Free Software Foundation, Inc. * +.\" Copyright (c) 1999-2011,2013 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_terminfo.3x,v 1.34 2010/10/02 23:41:09 tom Exp $ +.\" $Id: curs_terminfo.3x,v 1.37 2013/01/12 18:11:40 tom Exp $ .TH curs_terminfo 3X "" .ds n 5 .na @@ -77,7 +77,7 @@ .br \fBint vidattr(chtype \fR\fIattrs\fR\fB);\fR .br -\fBint vid_puts(attr_t \fR\fIattrs\fR\fB, short \fR\fIpair\fR\fB, void *\fR\fIopts\fR\fB, int (*\fR\fIputc\fR\fB)(char));\fR +\fBint vid_puts(attr_t \fR\fIattrs\fR\fB, short \fR\fIpair\fR\fB, void *\fR\fIopts\fR\fB, int (*\fR\fIputc\fR\fB)(int));\fR .br \fBint vid_attr(attr_t \fR\fIattrs\fR\fB, short \fR\fIpair\fR\fB, void *\fR\fIopts\fR\fB);\fR .br @@ -346,7 +346,7 @@ X/Open states that the old location must be given for \fBmvcur\fP. This implementation allows the caller to use \-1's for the old ordinates. In that case, the old location is unknown. .PP -Extended terminal capability names, e.g., as defined by \fBtic\ \-x\fP, +Extended terminal capability names, e.g., as defined by \fB@TIC@\ \-x\fP, are not stored in the arrays described in this section. .SH SEE ALSO \fBcurses\fR(3X), @@ -357,9 +357,3 @@ are not stored in the arrays described in this section. \fBterm_variables\fR(3X), \fBputc\fR(3), \fBterminfo\fR(\*n) -.\"# -.\"# The following sets edit modes for GNU EMACS -.\"# Local Variables: -.\"# mode:nroff -.\"# fill-column:79 -.\"# End: