NeoMutt  2025-09-05-43-g177ed6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
status.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_INDEX_STATUS_H
24#define MUTT_INDEX_STATUS_H
25
26struct Buffer;
27struct Expando;
28struct IndexSharedData;
29struct Menu;
30
31void menu_status_line(struct Buffer *buf, struct IndexSharedData *shared, struct Menu *menu, int max_cols, const struct Expando *exp);
32
33#endif /* MUTT_INDEX_STATUS_H */
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:51
String manipulation buffer.
Definition buffer.h:36
Parsed Expando trees.
Definition expando.h:41
Data shared between Index, Pager and Sidebar.
Definition shared_data.h:37
Definition lib.h:79