NeoMutt  2024-03-23-147-g885fbc
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
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_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:495
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