diff --git a/protocols/ssh/src/ssh_client.c b/protocols/ssh/src/ssh_client.c index 71f2d6a4..462950dc 100644 --- a/protocols/ssh/src/ssh_client.c +++ b/protocols/ssh/src/ssh_client.c @@ -120,6 +120,7 @@ int guac_client_init(guac_client* client, int argc, char** argv) { /* Send name and dimensions */ guac_protocol_send_name(socket, "SSH TEST"); guac_protocol_send_size(socket, + GUAC_DEFAULT_LAYER, term->char_width * term->term_width, term->char_height * term->term_height);