COMMENT(-- $Id: rxvtRef-graphics.yo,v 1.2 1998/04/20 07:24:24 mason Exp $ --) label(Graphics) nsect(Special Graphics Mode) Add more documentation here, em(if anyone actually cares.) startdl() dl(bf(tt(ESC G Q))) (query if graphics are available nl()\ returns: bf(tt(ESC G 0)) no graphics available nl()\ returns: bf(tt(ESC G 1)) graphics available (colour only)) P()\ dl(bf(tt(ESC G W <;x>;;;:))) (create window) P()\ dl(bf(tt(ESC G C ))) (clear window) P()\ dl(bf(tt(ESC G G :))) (query window nl()\ returns: bf(tt(ESC G ))) P()\ dl(bf(tt(ESC G L )nl()tt(ESC G P )nl()tt(ESC G F ))) (start point nl()\ start line nl()\ start fill) P()\ dl(bf(tt(;;))) (extend point/line/fill) P()\ dl(bf(tt(ESC G T ;;;;:))) (place text) enddl()