An iterable representation of source data. It may be reset with the optional reset method.
Subclasses must supply the underlying iterator.
Error handling may be customized by overriding the report method.
The current input and position, as well as the next character methods delegate to the positioner.
The default positioner encodes line and column numbers in the position passed to report. This behavior can be changed by supplying a custom positioner.
© 2002-2019 EPFL, with contributions from Lightbend.
Licensed under the Apache License, Version 2.0.
https://www.scala-lang.org/api/2.13.0/scala/io/index.html
ANSI escape codes providing control over text formatting and color on supporting text terminals.
ANSI Style and Control Codes
This group of escape codes provides control over text styling. For example, to turn on reverse video with bold and then turn off all styling embed these codes,
Foreground and Background Colors
Embedding ANSI color codes in text output will control the text foreground and background colors.