nerves-hub / nerves_hub_link

Connect devices to NervesHub via a Phoenix channel
https://hex.pm/packages/nerves_hub_link
Apache License 2.0
36 stars 18 forks source link

Support `window_size` from NervesHub #46

Closed jjcarstens closed 3 years ago

jjcarstens commented 4 years ago

extty supports changing the window size of the remote console via ExTTY.window_change/3

The ConsoleChannel docs show that window_size is an optional message from the Server, but it doesn't actually have a matching handle_info clause to handle that message, so it needs to be added.

Also, this would be the counterpart to https://github.com/nerves-hub/nerves_hub_web/issues/654

honsq90 commented 4 years ago

i can give this a go