The *_ctl versions of the functions treat all Control Sequences specially
by default. Special treatment is context dependent, and may include
detecting them and/or computing their display/character width as zero. For
the SGR subset of the ANSI CSI sequences, fansi will also parse, interpret,
and reapply the text styles they encode if needed. You can modify whether a
Control Sequence is treated specially with the ctl parameter. You can
exclude a type of Control Sequence from special treatment by combining
"all" with that type of sequence (e.g. ctl=c("all", "nl") for special
treatment of all Control Sequences but newlines). The *_sgr versions
only treat ANSI CSI SGR sequences specially, and are equivalent to the
*_ctl versions with the ctl parameter set to "sgr".