COHERENT manpages

This page displays the COHERENT manpage for putp() [Write a string into the standard window].

List of available manpages
Index


putp() -- terminfo Function

Write a string into the standard window
#include <curses.h>
putp(string)
char *string;

COHERENT  comes  with  a set  of  functions  that  help  you read  terminfo
descriptions to  manipulate a terminal.  putp() writes  the string into the
standard window.  It is equivalent to tputs(string, 1, putchar);.

See Also

curses.h,
terminfo,
tputs()