rhysd/vim.wasm

Resizing the browser window

TheKnarf opened this issue · 3 comments

Resizing the browser window isn't triggered as resizing the terminal, instead it just squishes and stretches the rendering.

screen shot 2018-07-11 at 10 01 42

rhysd commented

Yeah, this is already listed in development tasks

rhysd commented

I added implementation for this at 208446b. However, it does not work since C function called from JavaScript does not consider async call with Emterpreter. So calling gui_wasm_resize_shell from JavaScript fails.

rhysd commented

This was fixed as follows. I'll deploy new build today.

tmp