NeoMutt  2025-01-09-117-gace867
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
expando_status.h File Reference

GUI display a user-configurable status line. More...

#include "expando/lib.h"
+ Include dependency graph for expando_status.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  MenuStatusLineData
 Data for creating a Menu line. More...
 

Enumerations

enum  StatusChars { STATUS_CHAR_UNCHANGED , STATUS_CHAR_NEED_RESYNC , STATUS_CHAR_READ_ONLY , STATUS_CHAR_ATTACH }
 Index into the $status_chars config variable. More...
 

Variables

const struct ExpandoRenderCallback StatusRenderCallbacks []
 Callbacks for Status Expandos.
 

Detailed Description

GUI display a user-configurable status line.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file expando_status.h.

Enumeration Type Documentation

◆ StatusChars

Index into the $status_chars config variable.

Enumerator
STATUS_CHAR_UNCHANGED 

Mailbox is unchanged.

STATUS_CHAR_NEED_RESYNC 

Mailbox has been changed and needs to be resynchronized.

STATUS_CHAR_READ_ONLY 

Mailbox is read-only.

STATUS_CHAR_ATTACH 

Mailbox opened in attach-message mode.

Definition at line 42 of file expando_status.h.

43{
48};
@ STATUS_CHAR_UNCHANGED
Mailbox is unchanged.
@ STATUS_CHAR_READ_ONLY
Mailbox is read-only.
@ STATUS_CHAR_NEED_RESYNC
Mailbox has been changed and needs to be resynchronized.
@ STATUS_CHAR_ATTACH
Mailbox opened in attach-message mode.

Variable Documentation

◆ StatusRenderCallbacks

const struct ExpandoRenderCallback StatusRenderCallbacks[]
extern

Callbacks for Status Expandos.

See also
StatusFormatDef, ExpandoDataGlobal, ExpandoDataIndex, ExpandoDataMenu

Definition at line 483 of file expando_status.c.