Skip to content
Snippets Groups Projects
Commit a13abcd9 authored by rswindell's avatar rswindell
Browse files

Added two new putmsg/printfile modes: P_NOPAUSE and P_HTML.

parent b7067673
No related branches found
No related tags found
No related merge requests found
......@@ -676,6 +676,8 @@ typedef enum { /* Values for xtrn_t.event */
/* msg has printed. */
#define P_NOATCODES (1<<2) /* Don't allow @ codes */
#define P_OPENCLOSE (1<<3) /* Open and close the file */
#define P_NOPAUSE (1<<4) /* Disable screen pause */
#define P_HTML (1<<5) /* Message is HTML */
/* Bits in 'mode' for listfiles */
#define FL_ULTIME (1<<0) /* List files by upload time */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment