#include <editstring.h>
Data Fields | |
| char * | buf |
| Buffer for string. | |
| size_t | len |
| Size of buffer (including terminating NUL). | |
| unsigned int | cursor |
| Cursor position. | |
| unsigned int | last_cursor |
| Last cursor position. | |
| unsigned int | mod_start |
| Start of modified portion of string. | |
| unsigned int | mod_end |
| End of modified portion of string. | |
Definition at line 13 of file editstring.h.
| char* edit_string::buf |
Buffer for string.
Definition at line 15 of file editstring.h.
Referenced by draw_editbox(), edit_string(), init_editbox(), insert_delete(), and sync_console().
Size of buffer (including terminating NUL).
Definition at line 17 of file editstring.h.
Referenced by init_editbox().
| unsigned int edit_string::cursor |
Cursor position.
Definition at line 19 of file editstring.h.
Referenced by backspace(), draw_editbox(), edit_string(), init_editbox(), insert_delete(), and sync_console().
| unsigned int edit_string::last_cursor |
| unsigned int edit_string::mod_start |
| unsigned int edit_string::mod_end |
1.5.7.1