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
Look at the screenshot. Notice the cyan border. In xterm.js (top picture), there is a visible gap between the | strokes. With lineHeight set to 1, I would expect the output to look exactly as in Terminal.app (bottom picture). I think this is caused because we Math.ceil the measured character height.
The text was updated successfully, but these errors were encountered:
Look at the screenshot. Notice the cyan border. In xterm.js (top picture), there is a visible gap between the
|
strokes. WithlineHeight
set to1
, I would expect the output to look exactly as in Terminal.app (bottom picture). I think this is caused because we Math.ceil the measured character height.The text was updated successfully, but these errors were encountered: