CrystalClear
TODO: Write documentation for CrystalClear
Constants
CSI_RESET = ESC_CSI + "0m"
control sequence introducers
ESC = "\e"
escape sequences https://en.wikipedia.org/wiki/ANSI_escape_code#Fe_Escape_sequences
ESC_CSI = "\e["
ESC_OSC = "\e]"
ESC_ST = "\e\\"
OSC_8 = ESC_OSC + "8"
operating system commands - ends with BEL (\a) or ST ) OSC_0 Set window title: ESC ] 0 ; [title] \a OSC_4 Set or report foreground/background colors:
VERSION = "0.3.1"