NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
terminal.h
Go to the documentation of this file.
1
23#ifndef MUTT_GUI_TERMINAL_H
24#define MUTT_GUI_TERMINAL_H
25
26#include <stdbool.h>
27
28extern bool TsSupported;
29
30bool mutt_ts_capability(void);
31void mutt_ts_status(char *str);
32void mutt_ts_icon(char *str);
33
34#endif /* MUTT_GUI_TERMINAL_H */
bool TsSupported
Terminal Setting is supported.
Definition: terminal.c:42
void mutt_ts_icon(char *str)
Set the icon in the terminal title bar.
Definition: terminal.c:117
bool mutt_ts_capability(void)
Check terminal capabilities.
Definition: terminal.c:56
void mutt_ts_status(char *str)
Set the text of the terminal title bar.
Definition: terminal.c:103