| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Output text to the terminal
int PtTerminalPut(  PtWidget_t *widget, 
                    const char *buffer, 
                    size_t nchars );
int PtTerminalPutc( PtWidget_t *widget, 
                    char character );
int PtTerminalPuts( PtWidget_t *widget, 
                    const char *string );
These functions output characters to the terminal widget.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |