⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rxvt-colours.yo

📁 rxvt经典的linux下的终端.小巧实用
💻 YO
字号:
COMMENT(-- $Id: rxvt-colours.yo,v 1.2 1998/04/20 07:24:21 mason Exp $ --)COMMENT(----------------------------------------------------------------------)manpagesection(COLORS AND GRAPHICS)If graphics support was enabled at compile-time, bf(rxvt) can be queriedwith ANSI escape sequences and can address individual pixels instead oftext characters.  Note the graphics support is still considered beta code.In addition to the default foreground and background colours, bf(rxvt)can display up to 16 colours (8 ANSI colours plus high-intensity bold/blinkversions of the same).Here is a list of the colours with their bf(rgb.txt) names.starttable(3)(l l l)(0)\    row(cell(bf(color0))cell((black))cell(= Black))\    row(cell(bf(color1))cell((red))cell(= Red3))\    row(cell(bf(color2))cell((green))cell(= Green3))\    row(cell(bf(color3))cell((yellow))cell(= Yellow3))\    row(cell(bf(color4))cell((blue))cell(= Blue3))\    row(cell(bf(color5))cell((magenta))cell(= Magenta3))\    row(cell(bf(color6))cell((cyan))cell(= Cyan3))\    row(cell(bf(color7))cell((white))cell(= AntiqueWhite))\    row(cell(bf(color8))cell((bright black))cell(= Grey25))\    row(cell(bf(color9))cell((bright red))cell(= Red))\    row(cell(bf(color10))cell((bright green))cell(= Green))\    row(cell(bf(color11))cell((bright yellow))cell(= Yellow))\    row(cell(bf(color12))cell((bright blue))cell(= Blue))\    row(cell(bf(color13))cell((bright magenta))cell(= Magenta))\    row(cell(bf(color14))cell((bright cyan))cell(= Cyan))\    row(cell(bf(color15))cell((bright white))cell(= White))\    row(cell(bf(foreground))cell()cell(= Black))\    row(cell(bf(background))cell()cell(= White))\endtable()It is also possible to specify the colour values of bf(foreground),bf(background), bf(cursorColor), bf(cursorColor2), bf(colorBD), bf(colorUL)as a number 0-15, as a convenient shorthand to reference the colour name ofcolor0-color15.Note that bf(-rv) (bf("reverseVideo: True")) simulates reverse video byalways swapping the foreground/background colours.  This is in contrast toem(xterm)(1) where the colours are only swapped if they have not otherwise beenspecified.For example,startdit()   dit(bf(rxvt -fg Black -bg White -rv))	would yield White on Black, while on em(xterm)(1) it would yield	Black on White.enddit()

⌨️ 快捷键说明

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