; This is file which is read on iX-Guide startup
; and it contains some standard macros, compatibility
; macros and user macros.
; macro line must be in the following format:
; <macro_name> "<real_string>"

; *** STANDARD MACROS ***

P                "@{n}@{n}"
TCOL             "@{fg TEXT}"
BCOL             "@{bg BACK}"
RED              "@{fg #ff0000}"
GREEN            "@{fg #00ff00}"
BLUE             "@{fg #0000ff}"
MARK             "@{s}@{b}@{fg #0000ff}$1@{fg TEXT}@{ub}@{us}"

; *** AmigaGuide V40 compatibility macros ***

JLEFT            "@{a l dw}"
JCENTER          "@{a c dw}"
JRIGHT           "@{a r dw}"
APEN             "@{fg $1}"
BPEN             "@{bg $1}"
CLEARTABS        "@tab 8"
CODE             "@{rr}"
LINE             "@{n}"
PAR              "@{n}@{n}"

; *** USER DEFINED MACROS ***
; NOTE: Please, use '_' as the first character of your macro name 
; add your macros here
