dynamiccolors.faq

来自「源码,标准c++用力」· FAQ 代码 · 共 25 行

FAQ
25
字号
The dynamic color control codes are of the form "ESC ] Ps ; name BEL"Ps determines the color to change, from    10: Foreground, 11: Background, 12: Cursor,    13: Mouse cursor foreground, 14: Mouse cursor background    15: Tek window foreground, 16: Tek window backgroundand name is the color to change it to, e.g., "white" or "#FFF"for example,     echo "^[]10;red^G"         to change the foreground text color to red or    echo "^[]11;#fff^G"         to change the background color to white.(See the color_xterm.man file)Unlike the ANSI color codes, these codes change all the text whichis in the default foreground/background color; you can only have onedefault foreground color.  The color of text set with the ANSI codesis not dynamically alterable, but can be set with the     *color0, *color1, etc., application resources.Whether dynamic colors are enabled or not depends on the *dynamicColorresource and the -dc/+dc command line option.

⌨️ 快捷键说明

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