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

Browser private Module data. More...

#include "module_data.h"

+ Collaboration diagram for BrowserModuleData:

Data Fields

struct Notifynotify
 Notifications.
 
struct MenuDefinitionmenu_browser
 Browser menu definition.
 
struct Buffer last_dir
 Browser: previous selected directory.
 
struct Buffer last_dir_backup
 Browser: backup copy of the current directory.
 

Detailed Description

Browser private Module data.

Definition at line 31 of file module_data.h.

Field Documentation

◆ notify

struct Notify* BrowserModuleData::notify

Notifications.

Definition at line 33 of file module_data.h.

◆ menu_browser

struct MenuDefinition* BrowserModuleData::menu_browser

Browser menu definition.

Definition at line 34 of file module_data.h.

◆ last_dir

struct Buffer BrowserModuleData::last_dir

Browser: previous selected directory.

Definition at line 35 of file module_data.h.

◆ last_dir_backup

struct Buffer BrowserModuleData::last_dir_backup

Browser: backup copy of the current directory.

Definition at line 36 of file module_data.h.


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