Write Character to Terminal
Writes a single character to the terminal at the current cursor position. wr
accepts text colors and attributes, but these are reset to default afterwards if used.
wrch(chr, fg = NA, bg = NA, attr = NA)
NULL
mv_to(5,4) wrch("h") wrch("e", fg="red") wr("llo World")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.