NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
status.h
Go to the documentation of this file.
1
23
#ifndef MUTT_STATUS_H
24
#define MUTT_STATUS_H
25
26
struct
Buffer
;
27
struct
Expando
;
28
struct
IndexSharedData
;
29
struct
Menu
;
30
31
void
menu_status_line
(
struct
Buffer
*buf,
struct
IndexSharedData
*shared,
struct
Menu
*menu,
int
max_cols,
const
struct
Expando
*exp);
32
33
#endif
/* MUTT_STATUS_H */
menu_status_line
void menu_status_line(struct Buffer *buf, struct IndexSharedData *shared, struct Menu *menu, int max_cols, const struct Expando *exp)
Create the status line.
Definition:
status.c:496
Buffer
String manipulation buffer.
Definition:
buffer.h:36
Expando
Parsed Expando trees.
Definition:
expando.h:41
IndexSharedData
Data shared between Index, Pager and Sidebar.
Definition:
shared_data.h:37
Menu
Definition:
lib.h:79