NeoMutt  2023-03-22-27-g3cb248
Teaching an old dog new tricks
DOXYGEN
PatternEntry Struct Reference

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

#include "private.h"

Data Fields

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

Detailed Description

A line in the Pattern Completion menu.

Definition at line 33 of file private.h.

Field Documentation

◆ num

int PatternEntry::num

Index number.

Definition at line 35 of file private.h.

◆ tag

const char* PatternEntry::tag

Copied to buffer if selected.

Definition at line 36 of file private.h.

◆ expr

const char* PatternEntry::expr

Displayed in the menu.

Definition at line 37 of file private.h.

◆ desc

const char* PatternEntry::desc

Description of pattern.

Definition at line 38 of file private.h.


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