PROGRAM GRAPHI C C Changes a VT100 out of graphics mode (in case someone aborts C a program which has put it into graphics mode) C BYTE ESC C DATA ESC / '33'O / C WRITE (5, 100) ESC 100 FORMAT( 1X, A1, '(B') C CALL EXIT END