Telnet++
3.1.0.2
A C++ library for interacting with Telnet streams
|
An implementation of the client side of the Telnet NAWS option. More...
#include <client.hpp>
Public Types | |
using | window_dimension = std::uint16_t |
Public Member Functions | |
client (telnetpp::session &sess) noexcept | |
Constructor. | |
![]() | |
constexpr | client_option (telnetpp::session &sess, telnetpp::option_type code) noexcept |
Public Attributes | |
boost::signals2::signal< void(window_dimension, window_dimension)> | on_window_size_changed |
An implementation of the client side of the Telnet NAWS option.