| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Paste the current selection into the terminal
void PtTerminalPasteSelection( PtWidget_t *widget, 
                               PhEvent_t *event );
This function pastes the current selection into the terminal's "keyboard" by invoking the Pt_CB_TERM_INPUT callback. The given event is passed to the callback functions.
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) |