3#include "telnetpp/core.hpp"
20namespace telnetpp::options::terminal_type::detail {
22inline constexpr option_type
const option = 24;
24using terminal_type_command_type = byte;
25inline constexpr terminal_type_command_type
const is = 0;
26inline constexpr terminal_type_command_type
const send = 1;