zoukankan      html  css  js  c++  java
  • Linux console font & background color

    Linux console escape and control sequences

    man console_codes
    

     Linux console controls

    Control characters

    ESC- but not CSI-sequences

    CSI (Control Sequence Introducer)

    ECMA-48 CSI sequences

    The action of a CSI sequence is determined by its final character.

    m   SGR       Set attributes (see below).
    

    ECMA-48 Set Graphics Rendition

    可用于设置终端字体及其背景颜色。

    The  ECMA-48  SGR  sequence "ESC [ parameters m" sets display attributes.

    Several attributes can be set in the same sequence, separated by  semi‐colons.

    An empty parameter (between semicolons or string initiator or terminator) is interpreted as a zero.

    param   result
    0       reset all attributes to their defaults
    1 set bold 2 set half-bright (simulated with color on a color display) 30 set black foreground 31 set red foreground 38 set underscore on, set default foreground color 39 set underscore off, set default foreground color 40 set black background 41 set red background 49 set default background color
  • 相关阅读:
    202103226-1 编程作业
    MSF原则
    介绍
    4 20210412-1 原型设计作业
    案例分析作业
    第二次编程
    阅读任务
    自我介绍
    案例分析作业
    阅读任务
  • 原文地址:https://www.cnblogs.com/chengyh23/p/15697299.html
Copyright © 2011-2022 走看看