#include "term.h"#include <stdio.h>#include <string.h>Functions | |
| void | setTermSequences (const char *pa_acDeleteChar, const char *pa_acCursorLeft, const char *pa_acClearScreen, const char *pa_acTermReset) |
| char * | termClearScreenSeq (void) |
| char * | termResetSeq (void) |
| bool | termInput (char pa_cInput, char *pa_acResult) |
Variables | |
| T_TERM_ESC_SEQUENCES | g_stTermSeq |
|
||||||||||||||||||||
|
|
|
|
|
|
||||||||||||
|
processes input characters until a terminal char is identified. the result is stored in pa_acResult |
|
|
|
|
|
|
1.4.1