.TH putp() "" "" "terminfo Function"
.PC "Write a string into the standard window"
.B "#include <curses.h>"
\fBputp(\fIstring\^\fB)\fR
\fBchar *\fIstring\^\fB;
.PP
\*(CO comes with a set of functions that help you read
\fBterminfo\fR descriptions to manipulate a terminal.
.B putp()
writes the
.I string
into the standard window.
It is equivalent to \fBtputs(\fIstring\fB, 1, putchar);\fR.
.SH "See Also"
.Xr "curses.h," curses.h
.Xr "terminfo," terminfo
.Xr "tputs()" tputs
