[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

enum TlpKbdFlags

DESCRIPTION
These are bit flags for TlpKeyboardInput that you can or together. The default mode (0) is the transparent mode: every key is accepted as is, without further interpretation, and the input is echoed to the terminal.

VALUES
tlpKbdCorrClear
Turn on interpretation of the CORR key: when pressed the last input key is cleared.
tlpKbdAnnulTerminate
Turn on interpretation of the ANNUL key: when pressed the input is interrupted and send back with status tlpErrKbdAnnul.
tlpKbdAnnulClear
Turn on interpretation of the ANNUL key: when pressed the whole input is cleared.
tlpKbdValidTerminate
Turn on interpretation of the VALID key: when pressed input is terminated and send back with status tlpErrKbdValid unless the exact number of characters have been entered (in which case status tlpSuccess is returned).
tlpKbdNoEcho
Turn off echoing.
tlpKbdEchoStars
Echo stars instead of the real characters.



This document was generated by Alexandre Duret-Lutz on August, 7 2001 using texi2html