NeoMutt  2024-02-01-35-geee02f
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 IndexSharedData;
28struct Menu;
29
30void menu_status_line(struct Buffer *buf, struct IndexSharedData *shared, struct Menu *menu, int cols, const char *fmt);
31
32#endif /* MUTT_STATUS_H */
void menu_status_line(struct Buffer *buf, struct IndexSharedData *shared, struct Menu *menu, int cols, const char *fmt)
Create the status line.
Definition: status.c:482
String manipulation buffer.
Definition: buffer.h:36
Data shared between Index, Pager and Sidebar.
Definition: shared_data.h:37
Definition: lib.h:69