3 #include "telnetpp/client_option.hpp"
5 #include <boost/signals2.hpp>
15 using window_dimension = std::uint16_t;
22 boost::signals2::signal<void(window_dimension, window_dimension)>
23 on_window_size_changed;
30 void handle_subnegotiation(telnetpp::bytes content)
override;
A class that represents a Telnet option's client side. That is, the side that receives WILL and WONT ...
Definition: client_option.hpp:35
An implementation of the client side of the Telnet NAWS option.
Definition: client.hpp:13
An abstraction for a Telnet session.
Definition: session.hpp:141
An implementation of the standard Telnet Negotiate About Window Size option.
Definition: client.hpp:7