Commit Graph

11 Commits (8962b91fc7a6e5131b750e5108546fc583244329)

Author SHA1 Message Date
Vasile Popescu ad074e5aec When local window is too small, ignore key presses
Don't send any key presses when the local window is smaller than the
remote one and we display the message.
4 years ago
Vasile Popescu 684ac5fce5 Minor formatting fix 4 years ago
Vasile Popescu 9339a014da Use a mutex to avoid concurrent writes to the WS connections
Concurrent writes to the same WS connection are not allowed by the
gorrila/websocket package.
4 years ago
Vasile Popescu f0b2cb6f3a Improve the message displayed by the client when window is too small 4 years ago
Vasile Popescu 774f30f794 Update the server side when the client window changes 4 years ago
Vasile Popescu cc0476fe66 Refactor the messages marshaling and unmarshaling 4 years ago
Vasile Popescu 2f8cca9331 React when the client's window is smaller than the remote one 4 years ago
Vasile Popescu e5af000cb4 Add support for detaching shortcut in client mode
When joining a session from command line, the user can exit now by
pressing a predefined key sequence that can be specified from command
line.
4 years ago
Vasile Popescu d6a2bfa41a Log improvements - fixup in the other one 4 years ago
Vasile Popescu ad297523e5 Several usage/help and logging improvements 4 years ago
Vasile Popescu 94b98a0afc Add support for joining a session from command line 4 years ago