RNA Folding simulation
Variables
ascii_colors Namespace Reference

Set of ANSI colors, more can be found here: https://gist.github.com/JBlond/2fea43a3049b38287e5e9cefc87b2124. More...

Variables

constexpr std::string_view reset_color {"\033[0m"}
 
constexpr std::string_view bold_red_color {"\033[1;31m"}
 
constexpr std::string_view bold_green_color {"\033[1;32m"}
 
constexpr std::string_view bold_yellow_color {"\033[1;33m"}
 
constexpr std::string_view bold_blue_color {"\033[1;34m"}
 
constexpr std::string_view background_red_color {"\033[41m"}
 
constexpr std::string_view bold_white_color {"\033[1;37m"}
 

Detailed Description

Set of ANSI colors, more can be found here: https://gist.github.com/JBlond/2fea43a3049b38287e5e9cefc87b2124.