NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
cbar_data.h
Go to the documentation of this file.
1
22
23#ifndef MUTT_COMPOSE_CBAR_DATA_H
24#define MUTT_COMPOSE_CBAR_DATA_H
25
26
27struct MuttWindow;
28
33{
35};
36
37void cbar_data_free(struct MuttWindow *win, void **ptr);
38struct ComposeBarData *cbar_data_new(void);
39
40#endif /* MUTT_COMPOSE_CBAR_DATA_H */
struct ComposeBarData * cbar_data_new(void)
Create the private data for the Compose Bar.
Definition cbar_data.c:52
void cbar_data_free(struct MuttWindow *win, void **ptr)
Free the private Compose Bar data - Implements MuttWindow::wdata_free() -.
Definition cbar_data.c:36
Data to fill the Compose Bar Window.
Definition cbar_data.h:33
char * compose_format
Cached status string.
Definition cbar_data.h:34