NeoMutt
2021-02-05
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
Mailbox
;
29
struct
Menu
;
30
31
/* These Config Variables are only used in status.c */
32
extern
struct
MbTable
*
C_StatusChars
;
33
34
void
menu_status_line
(
char
*buf,
size_t
buflen,
struct
Menu
*menu,
struct
Mailbox
*m,
const
char
*p);
35
36
#endif
/* MUTT_STATUS_H */
Menu
GUI selectable list of items.
Definition:
mutt_menu.h:52
MbTable
multibyte character table
Definition:
mbtable.h:35
Mailbox
A mailbox.
Definition:
mailbox.h:81
C_StatusChars
struct MbTable * C_StatusChars
Config: Indicator characters for the status bar.
Definition:
status.c:49
menu_status_line
void menu_status_line(char *buf, size_t buflen, struct Menu *menu, struct Mailbox *m, const char *p)
Create the status line.
Definition:
status.c:420