NeoMutt
2022-04-29-323-g5fcc6c
Teaching an old dog new tricks
DOXYGEN
status.h
Go to the documentation of this file.
1
23
#ifndef MUTT_STATUS_H
24
#define MUTT_STATUS_H
25
26
#include <stdio.h>
27
28
struct
IndexSharedData
;
29
struct
Menu
;
30
31
void
menu_status_line
(
char
*buf,
size_t
buflen,
struct
IndexSharedData
*shared,
struct
Menu
*menu,
int
cols,
const
char
*fmt);
32
33
#endif
/* MUTT_STATUS_H */
menu_status_line
void menu_status_line(char *buf, size_t buflen, struct IndexSharedData *shared, struct Menu *menu, int cols, const char *fmt)
Create the status line.
Definition:
status.c:445
IndexSharedData
Data shared between Index, Pager and Sidebar.
Definition:
shared_data.h:37
Menu
Definition:
lib.h:69