; line drawing
;; XTAB 23,ESC,'$ ; graphics on
;; XTAB 24,ESC,'% ; graphics off
XTAB 38,'+ ; top left corner
XTAB 39,'+ ; top right corner
XTAB 40,'+ ; bottom left corner
XTAB 41,'+ ; bottom right corner
XTAB 42,'+ ; top intersect
XTAB 43,'+ ; right intersect
XTAB 44,'+ ; left intersect
XTAB 45,'+ ; bottom intersect
XTAB 46,'- ; horizontal line
XTAB 47,'| ; vertical line
XTAB 48,'+ ; intersection
XTAB 49,ESC,'%,ESC,'U,^H7F,ESC,'u,ESC,'$ ; solid block (use monitor mode)
XTAB 50,ESC,'%,ESC,'U,^H7F,ESC,'u,ESC,'$ ; slant block
XTAB 51,ESC,'%,ESC,'U,^H7F,ESC,'u,ESC,'$ ; cross-hatch block
XTAB 52,'= ; double line horizontal
XTAB 53,'| ; double line vertical
XTAB 54,ESC,'=,'7,'! ; place cursor nbo line 24, col 2 [100]
XTAB 55,ESC,'=,'7,'! ; place cursor nbo line 24, col 2 [100]
XTAB 36,ESC,'o ; turn off screen display
XTAB 37,ESC,'n ; turn on screen display
; micro concepts extended TCRT calls (now moved to AMOS standard locations
XTAB 30,ESC,'G,'8 ; underline
XTAB 31,ESC,'G,'0 ; underline off
XTAB 32,ESC,'G,'4 ; reverse video
XTAB 33,ESC,'G,'0 ; reverse video off
XTAB 29,ESC,'.,'0 ; cursor off
XTAB 28,ESC,'.,'2 ; cursor on (solid block)
; micro concepts extended TCRT calls
XTAB 128,ESC,'f ; start 25th line message
XTAB 129,^H8D,ESC,'g ; end 25th line message
;; XTAB 130,ESC,'!,'1 ; line lock line
;; XTAB 131,ESC,'!,'2 ; remove linelock entire screen
XTAB 132,ESC,'h ; turn off 25th line message
;; XTAB 133, ; start underline with no blank
;; XTAB 134, ; end underline with no blank