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

#define P_NONE (0)

Could sear I'd already done this.
parent 1b98bebf
Branches
Tags
No related merge requests found
......@@ -750,6 +750,7 @@ typedef enum { /* Values for xtrn_t.event */
#define K_TRIM (1L<<23) /* Trimmed white-space */
/* Bits in 'mode' for putmsg and printfile */
#define P_NONE 0 /* No mode flags */
#define P_NOABORT (1<<0) /* Disallows abortion of a message */
#define P_SAVEATR (1<<1) /* Save the new current attributes after */
/* msg has printed. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment