Keep our place when entering a string. More...
#include "state.h"
Data Fields | |
wchar_t * | wbuf |
Buffer for the string being entered. More... | |
size_t | wbuflen |
Length of buffer. More... | |
size_t | lastchar |
Position of the last character. More... | |
size_t | curpos |
Position of the cursor. More... | |
size_t | begin |
Position of the start. More... | |
wchar_t* EnterState::wbuf |