23#ifndef MUTT_EDITOR_STATE_H
24#define MUTT_EDITOR_STATE_H
struct EnterState * enter_state_new(void)
Create a new EnterState.
void enter_state_free(struct EnterState **ptr)
Free an EnterState.
void enter_state_resize(struct EnterState *es, size_t num)
Make the buffer bigger.
Keep our place when entering a string.
size_t curpos
Position of the cursor.
size_t wbuflen
Length of buffer.
size_t begin
Position of the start.
wchar_t * wbuf
Buffer for the string being entered.
size_t lastchar
Position of the last character.