Port Scanner
Lightweight TCP port scanner for Linux
Loading...
Searching...
No Matches
Variables
anonymous_namespace{printer.hpp} Namespace Reference

Variables

std::string_view constexpr RESET {"\033[0m"}
 ANSI escape code for resetting terminal colors.
 
std::string_view constexpr RED {"\033[31m"}
 ANSI escape code for red text color.
 
std::string_view constexpr GREEN {"\033[32m"}
 ANSI escape code for green text color.
 

Variable Documentation

◆ GREEN

std::string_view constexpr anonymous_namespace{printer.hpp}::GREEN {"\033[32m"}
constexpr

ANSI escape code for green text color.

Definition at line 21 of file printer.hpp.

◆ RED

std::string_view constexpr anonymous_namespace{printer.hpp}::RED {"\033[31m"}
constexpr

ANSI escape code for red text color.

Definition at line 16 of file printer.hpp.

◆ RESET

std::string_view constexpr anonymous_namespace{printer.hpp}::RESET {"\033[0m"}
constexpr

ANSI escape code for resetting terminal colors.

Definition at line 11 of file printer.hpp.