logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

function::ansi_set_color - Set the ansi Select Graphic Rendition mode.

Arguments

fg
           Foreground color to set.

       bg
           Background color to set.

       attr
           Color attribute to set.

Description

       1) Sends ansi code for Select Graphic Rendition mode for the given forground color. Black (30), Blue
       (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37).

       2) Sends ansi code for Select Graphic Rendition mode for the given forground color, Black (30), Blue
       (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37) and the given background
       color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47).

       3) Sends ansi code for Select Graphic Rendition mode for the given forground color, Black (30), Blue
       (34), Green (32), Cyan (36), Red (31), Purple (35), Brown (33), Light Gray (37), the given background
       color, Black (40), Red (41), Green (42), Yellow (43), Blue (44), Magenta (45), Cyan (46), White (47) and
       the color attribute All attributes off (0), Intensity Bold (1), Underline Single (4), Blink Slow (5),
       Blink Rapid (6), Image Negative (7).

Name

       function::ansi_set_color - Set the ansi Select Graphic Rendition mode.

See Also

tapset::ansi(3stap)

SystemTap Tapset Reference                         April 2024                        FUNCTION::ANSI_SET_C(3stap)

Synopsis

       1) ansi_set_color(fg:long)

       2) ansi_set_color(fg:long,bg:long)

       3) ansi_set_color(fg:long,bg:long,attr:long)

See Also