3 #include "telnetpp/client_option.hpp" 5 namespace telnetpp {
namespace options {
namespace naws {
17 boost::signals2::signal<
18 std::vector<telnetpp::token> (telnetpp::u16, telnetpp::u16),
20 > on_window_size_changed;
27 std::vector<telnetpp::token> handle_subnegotiation(
An implementation of the client side of the Telnet NAWS option.
Definition: client.hpp:10
A class that represents a Telnet option's client side.
Definition: client_option.hpp:34
A collection of bytes that models the Standard Library's Container concept.
A combiner for tokens.
Definition: element.hpp:47
Definition: byte_converter.hpp:4