NeoMutt  2025-12-11-769-g906513
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
History Struct Reference

Saved list of user-entered commands/searches. More...

#include "module_data.h"

Data Fields

char ** hist
 Array of history items.
 
short cur
 Current history item.
 
short last
 Last history item.
 

Detailed Description

Saved list of user-entered commands/searches.

This is a ring buffer of strings.

Definition at line 33 of file module_data.h.

Field Documentation

◆ hist

char** History::hist

Array of history items.

Definition at line 35 of file module_data.h.

◆ cur

short History::cur

Current history item.

Definition at line 36 of file module_data.h.

◆ last

short History::last

Last history item.

Definition at line 37 of file module_data.h.


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