You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All rendering done by the terminal has moved from a completely DOM-based model to using canvas instead. Here are some things to focus on and look out for:
Unicode characters, emojis, etc. behave correctly
-,Tweaking the terminal settings, font size/family and line height in particular
Blurry text, lack of sub-pixel anti-aliasing
The rows/columns not being the correct size for the panel
Rows being cut off on the top
Mouse coordinates when using selection, links and xterm mouse events are accurate
Changing the window zoom level works as expected
The text was updated successfully, but these errors were encountered:
#34169
Complexity: 4
All rendering done by the terminal has moved from a completely DOM-based model to using canvas instead. Here are some things to focus on and look out for:
-,Tweaking the terminal settings, font size/family and line height in particular
The text was updated successfully, but these errors were encountered: