NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
HistoryModuleData Struct Reference

History private Module data. More...

#include "module_data.h"

+ Collaboration diagram for HistoryModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct History histories [HC_MAX]
 Command histories, one for each HistoryClass.
 
int old_size
 The previous number of history entries to save.
 

Detailed Description

History private Module data.

Definition at line 43 of file module_data.h.

Field Documentation

◆ notify

struct Notify* HistoryModuleData::notify

Notifications.

Definition at line 45 of file module_data.h.

◆ histories

struct History HistoryModuleData::histories[HC_MAX]

Command histories, one for each HistoryClass.

Definition at line 46 of file module_data.h.

◆ old_size

int HistoryModuleData::old_size

The previous number of history entries to save.

Definition at line 47 of file module_data.h.


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