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

Add P_ATCODES definition

parent f013ae61
No related branches found
No related tags found
No related merge requests found
...@@ -214,6 +214,7 @@ var P_MARKUP =(1<<16); /* Support StyleCodes/Rich/StructuredText */ ...@@ -214,6 +214,7 @@ var P_MARKUP =(1<<16); /* Support StyleCodes/Rich/StructuredText */
var P_HIDEMARKS =(1<<17); /* Hide the mark-up tags */ var P_HIDEMARKS =(1<<17); /* Hide the mark-up tags */
var P_REMOTE =(1<<18); /* Only print when online == ON_REMOTE */ var P_REMOTE =(1<<18); /* Only print when online == ON_REMOTE */
var P_INDENT =(1<<19); /* Indent lines to current cursor column */ var P_INDENT =(1<<19); /* Indent lines to current cursor column */
var P_ATCODES =(1<<20); /* Trusted @-codes in formatted string */
/********************************************/ /********************************************/
/********************************************/ /********************************************/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment