![]()  | 
![]()  | 
![]()  | 
![]()  | 
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 | 
![]()  | 
![]()  | 
![]()  | 
![]()  |