VtScreen module implements VT style terminals (ala XTerm).
These are terminals that work by sending escape sequences over
a single byte stream. Historically this would be a serial port,
but modern systems likely use SSH, or a pty (pseudo-terminal).
Modern Windows has adopted this form of API as well.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE or https://www.boost.org/LICENSE_1_0.txt)
SPDX-License-Identifier: BSL-1.0
VtScreen module implements VT style terminals (ala XTerm). These are terminals that work by sending escape sequences over a single byte stream. Historically this would be a serial port, but modern systems likely use SSH, or a pty (pseudo-terminal). Modern Windows has adopted this form of API as well.