Thomas Zilz

Results 17 comments of Thomas Zilz

Thanks for the info. I have been able to reproduce by connecting to a Debian 10 server via SSH from within VSCode. Interestingly, the scrollbar disappears after resizing the terminal...

I **cannot** reproduce on Firefox 117.0.1 (64-bit), also on Arch Linux (gnome 45 running on wayland). How are you changing the font family of the terminal on the website?

I believe that this problem has always existed with the DOM renderer, and it is not easy to fix without having regressions in performance. The character is not clipped (as...

@jerch After giving it another thought, drawing the background separately might not be as bad as one might think first. Continuous cells with different backgrounds are being split into multiple...

I have tested with the new version but the problem still exists. I can see the changes in the i2c.cc file but it doesn't seem to change the address properly....

I am also implementing a virtual scroll feature and I came across the exact same problem. Unfortunately the problem seems to hurt performance quite a lot when smooth scrolling, e.g....

At the moment, in the real world, you have to wrap the `client.connect` call into a try / catch block anyway, because there are other scenarios where the client will...