[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    SGR     Set Graphics Rendition  ESC[n;n;...nm
--------------------------------------------------------------------------------

    Name:
    Set Graphics Rendition

    Syntax:
    ESC[n;n;...nm

    Info:
    This ANSI command set the color or appearance of the next characters
    that will be output via the ANSI driver.

    See the color codes on possible values for n.

    Example:
    This code will set bright white text on a blue background:
    ESC[1;37;44m

    This one sets everything to normal again:
    ESC[m

See Also: Color Codes
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson