color_off: Turn Off Colors in Terminal

Description Usage Value See Also Examples

View source: R/3-Style.R

Description

Return the background and foreground of future terminal text to the default colors.

Usage

1

Value

NULL

See Also

Other style functions: attr_off(), attr_on(), bg_off(), bg_on(), color_pair(), fg_off(), fg_on(), make_bg(), make_fg(), make_style(), reset(), style()

Examples

1
2
3
4
5
bg_on("red")
fg_on("yellow")

# Turn off color
color_off()

cursr documentation built on Jan. 13, 2021, 7:35 a.m.