v1.3.1
Changelog
This is a patch for the last version to fix a bug relating to terminal resizing.
In the last version because we sent data by block, but those data don't contain winsize messages => there will be a mismatch in timing.
In this version we include those winsize messages and also saving a cached winsize message on the server.