PtTerminalGetKeys()

Get the terminal line-editing keys

Synopsis:

void PtTerminalGetKeys( int protocol, 
                        struct termios *buf );

Description:

This function fills the following items of the buf->c_cc array with values appropriate for the given protocol:

The other fields of the structure aren't modified. For more information, see the Pt_ARG_TERM_ANSI_PROTOCOL resource associated with the PtTerminal widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtTerminal