Terminal++ 3.1.0.4
A C++ library for interacting with ANSI terminal windows
Loading...
Searching...
No Matches
osc.hpp
1#pragma once
2
3#include "terminalpp/detail/ascii.hpp"
4
5//* =========================================================================
9//* =========================================================================
10namespace terminalpp::ansi::osc {
11
12inline constexpr byte set_window_title = terminalpp::detail::ascii::two;
13
14}
Constants for commands that begin with the Operating System Control sequence.