wrfly / container-web-tty

Connect your containers via a web-tty
https://container-web-tty.kfd.me/
Apache License 2.0
246 stars 45 forks source link

resize console width #4

Closed wrfly closed 6 years ago

wrfly commented 6 years ago

不要出现粘贴的时候,行被覆盖的情况。

https://unix.stackexchange.com/questions/16578/resizable-serial-console-window

wrfly commented 6 years ago

image

wrfly commented 6 years ago

不能复现了又, resize窗口后, 容器能够随之resize, 测试了alpine和busybox, sh执行或者bash执行, 都不能复现

wrfly commented 6 years ago

有时候,刚打开一个console,虽然网页上显示的是当前窗口大小,但是内部却没有遵循这个大小来展示; 当改变窗口大小的时候,内部的console才会改变大小;

说明初始化出现了问题,需要debug一下,在窗口初始化的地方

wrfly commented 6 years ago

https://github.com/wrfly/container-web-tty/blob/ea703eb3fc7a2078e1e4997864a61c3c4df3da12/route/handler.go#L137-L140

可能是在这个地方