Skip to content
Snippets Groups Projects
Commit d82e90f5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add P_MODS and P_CENTER definitions

parent c8742921
Branches
No related tags found
No related merge requests found
Pipeline #8923 passed
......@@ -218,6 +218,8 @@ var P_HIDEMARKS =(1<<17); /* Hide the mark-up tags */
var P_REMOTE =(1<<18); /* Only print when online == ON_REMOTE */
var P_INDENT =(1<<19); /* Indent lines to current cursor column */
var P_ATCODES =(1<<20); /* Trusted @-codes in formatted string */
var P_MODS =(1<<21); // Display from mods/text dir, if file is there
var P_CENTER =(1<<22); // Center the output based on widest line
/********************************************/
/********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment