rxvtref-graphics.yo

来自「rxvt经典的linux下的终端.小巧实用」· YO 代码 · 共 34 行

YO
34
字号
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>;<y>;<w>;<h>:)))	(create window)P()\    dl(bf(tt(ESC G C <id>)))	(clear window)P()\    dl(bf(tt(ESC G G <it>:)))	(query window nl()\	returns: bf(tt(ESC G <id> <x> <y> <w> <h> <fw> <fh> <nw> <nh>)))P()\    dl(bf(tt(ESC G L <id>)nl()tt(ESC G P <id>)nl()tt(ESC G F <id>)))	(start point nl()\	start line nl()\	start fill)P()\    dl(bf(tt(;<x>;<y>)))	(extend point/line/fill)P()\    dl(bf(tt(ESC G T <id>;<x>;<y>;<mode>;<len>:<text>)))	(place text)enddl()

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?