term_cap_test {fansi}R Documentation

Test Terminal Capabilities

Description

Outputs ANSI CSI SGR formatted text to screen so that you may visually inspect what color capabilities your terminal supports. The three tested terminal capabilities are:

Usage

term_cap_test()

Details

Each of the color capabilities your terminal supports should be displayed with a blue background and a red foreground. For reference the corresponding CSI SGR sequences are displayed as well.

You should compare the screen output from this function to getOption('fansi.term.cap') to ensure that they are self consistent.

By default fansi assumes terminals support bright and 256 color modes, and also tests for truecolor support via the $COLORTERM system variable.

Value

character the test vector, invisibly

See Also

fansi for details on how Control Sequences are interpreted, particularly if you are getting unexpected results.

Examples

term_cap_test()

[Package fansi version 0.3.0 Index]