reset: Reset Console Style

Description Usage Value See Also Examples

View source: R/3-Style.R

Description

Turns off all text attributes and colors in the terminal.

Usage

1

Value

NULL

See Also

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

Examples

1
2
3
4
5
6
7
attr_on("ul")
fg_on("red")
bg_on(c(10,60,205))
cat("Hello World!\n")

reset()
cat("Hello World!\n")

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