NeoMutt  2023-05-17-16-g61469c
Teaching an old dog new tricks
DOXYGEN
EnterState Struct Reference

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...
 

Detailed Description

Keep our place when entering a string.

Definition at line 31 of file state.h.

Field Documentation

◆ wbuf

wchar_t* EnterState::wbuf

Buffer for the string being entered.

Definition at line 33 of file state.h.

◆ wbuflen

size_t EnterState::wbuflen

Length of buffer.

Definition at line 34 of file state.h.

◆ lastchar

size_t EnterState::lastchar

Position of the last character.

Definition at line 35 of file state.h.

◆ curpos

size_t EnterState::curpos

Position of the cursor.

Definition at line 36 of file state.h.

◆ begin

size_t EnterState::begin

Position of the start.

Definition at line 37 of file state.h.


The documentation for this struct was generated from the following file: