Go to the source code of this file.
| Data Structures | |
| struct | tinput_t | 
| Text input field (command line).  More... | |
| Defines | |
| #define | HISTORY_LEN 10 | 
| #define | INPUT_MAX_SIZE 1024 | 
| Functions | |
| void | tinput_destroy (tinput_t *) | 
| Destroy text input field. | |
| tinput_t * | tinput_new (void) | 
| Create a new text input field. | |
| int | tinput_read (tinput_t *, char **) | 
| Read in one line of input. | |
Definition in file tinput.h.
 1.4.7
 1.4.7