Commit 65e037ff 65e037ff87100fbeca8cc07c8c211c53b686b4f7 by Sergey Poznyakoff

(MHL_DISABLE_BODY): New flag.

1 parent fb3c47ea
Showing 1 changed file with 1 additions and 0 deletions
......@@ -310,6 +310,7 @@ void mh_annotate __P((message_t msg, char *field, char *text, int date));
#define MHL_DECODE 1
#define MHL_CLEARSCREEN 2
#define MHL_BELL 4
#define MHL_DISABLE_BODY 8
list_t mhl_format_compile __P((char *name));
int mhl_format_run __P((list_t fmt, int width, int length, int flags,
......