NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
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.
 
size_t wbuflen
 Length of buffer.
 
size_t lastchar
 Position of the last character.
 
size_t curpos
 Position of the cursor.
 
size_t begin
 Position of the start.
 

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: