(MHL_DISABLE_BODY): New flag.
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)); | ... | @@ -310,6 +310,7 @@ void mh_annotate __P((message_t msg, char *field, char *text, int date)); |
310 | #define MHL_DECODE 1 | 310 | #define MHL_DECODE 1 |
311 | #define MHL_CLEARSCREEN 2 | 311 | #define MHL_CLEARSCREEN 2 |
312 | #define MHL_BELL 4 | 312 | #define MHL_BELL 4 |
313 | #define MHL_DISABLE_BODY 8 | ||
313 | 314 | ||
314 | list_t mhl_format_compile __P((char *name)); | 315 | list_t mhl_format_compile __P((char *name)); |
315 | int mhl_format_run __P((list_t fmt, int width, int length, int flags, | 316 | int mhl_format_run __P((list_t fmt, int width, int length, int flags, | ... | ... |
-
Please register or sign in to post a comment