Fix #2242 - Improved Xterm.js glyphs handling (#2248)

* Updated dev/dependencies

* Fix #2242 - Improved Xterm.js glyphs handling
This commit is contained in:
Andrea Giammarchi
2024-11-14 10:28:38 +01:00
committed by GitHub
parent 5acc2afaf3
commit 4e43d3e92d
8 changed files with 124 additions and 87 deletions

View File

@@ -126,6 +126,7 @@ export default async (element) => {
disableStdin: false,
cursorBlink: true,
cursorStyle: "block",
lineHeight: 1.2,
});
xworker.sync.is_pyterminal = () => true;