NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PatternEntry Struct Reference

A line in the Pattern Completion menu. More...

#include "private.h"

Data Fields

int num
 Index number.
 
const char * tag
 Copied to buffer if selected.
 
const char * expr
 Displayed in the menu.
 
const char * desc
 Description of pattern.
 

Detailed Description

A line in the Pattern Completion menu.

Definition at line 36 of file private.h.

Field Documentation

◆ num

int PatternEntry::num

Index number.

Definition at line 38 of file private.h.

◆ tag

const char* PatternEntry::tag

Copied to buffer if selected.

Definition at line 39 of file private.h.

◆ expr

const char* PatternEntry::expr

Displayed in the menu.

Definition at line 40 of file private.h.

◆ desc

const char* PatternEntry::desc

Description of pattern.

Definition at line 41 of file private.h.


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