-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
font show problem #261
Comments
I too have seen this behavior on Firefox (x64 v93.0). It is not observed in Chrome/Edge. The issue seems to stem from xterm js. The version used by webssh2 ("^4.12.0") cuts off the bottom of characters (and most annoyingly, underscore characters). If you switch over to xterm v"4.14.1", this behavior is fixed for underscores, but still cuts off lower portions of other characters. |
fmeschbe
added a commit
to fmeschbe/webssh2
that referenced
this issue
Dec 12, 2021
* main: chore: remove warning from ts about IE stuff fix: deprecated term.setOption fix: update xterm.js fixes billchurch#261 chore: update dev deps chore: update docs bump version 0.4.4 chore: prep for 0.4.4 release chore: prep for 0.4.4 release docs: docker run billchurch/webssh2 for direct testing (billchurch#269) fix: dockerignore (billchurch#272) chore: bump version 0.4.3 docs: update changelog docs: update docs for ssh.term and sshterm options (billchurch#265)
fmeschbe
added a commit
to fmeschbe/webssh2
that referenced
this issue
Dec 12, 2021
* main: chore: remove warning from ts about IE stuff fix: deprecated term.setOption fix: update xterm.js fixes billchurch#261 chore: update dev deps chore: update docs bump version 0.4.4 chore: prep for 0.4.4 release chore: prep for 0.4.4 release docs: docker run billchurch/webssh2 for direct testing (billchurch#269) fix: dockerignore (billchurch#272) chore: bump version 0.4.3 docs: update changelog docs: update docs for ssh.term and sshterm options (billchurch#265) build(deps): bump ssh2 from 0.8.9 to 1.4.0 in /app # Conflicts: # app/client/public/webssh2.bundle.js # app/client/src/js/index.ts
fmeschbe
added a commit
to fmeschbe/webssh2
that referenced
this issue
Dec 12, 2021
* main: chore: remove warning from ts about IE stuff fix: deprecated term.setOption fix: update xterm.js fixes billchurch#261 chore: update dev deps chore: update docs bump version 0.4.4 chore: prep for 0.4.4 release chore: prep for 0.4.4 release docs: docker run billchurch/webssh2 for direct testing (billchurch#269) fix: dockerignore (billchurch#272) chore: bump version 0.4.3 docs: update changelog docs: update docs for ssh.term and sshterm options (billchurch#265)
fmeschbe
added a commit
to fmeschbe/webssh2
that referenced
this issue
Dec 12, 2021
* main: chore: remove warning from ts about IE stuff fix: deprecated term.setOption fix: update xterm.js fixes billchurch#261 chore: update dev deps chore: update docs bump version 0.4.4 chore: prep for 0.4.4 release chore: prep for 0.4.4 release docs: docker run billchurch/webssh2 for direct testing (billchurch#269) fix: dockerignore (billchurch#272) chore: bump version 0.4.3 docs: update changelog docs: update docs for ssh.term and sshterm options (billchurch#265) build(deps): bump ssh2 from 0.8.9 to 1.4.0 in /app
fmeschbe
added a commit
to fmeschbe/webssh2
that referenced
this issue
Dec 12, 2021
* fmeschbe/update-ssh2: chore: remove warning from ts about IE stuff fix: deprecated term.setOption fix: update xterm.js fixes billchurch#261 chore: update dev deps chore: update docs bump version 0.4.4 chore: prep for 0.4.4 release chore: prep for 0.4.4 release docs: docker run billchurch/webssh2 for direct testing (billchurch#269) fix: dockerignore (billchurch#272) chore: bump version 0.4.3 docs: update changelog docs: update docs for ssh.term and sshterm options (billchurch#265)
hktalent
pushed a commit
to hktalent/webssh2
that referenced
this issue
Jun 3, 2022
hktalent
pushed a commit
to hktalent/webssh2
that referenced
this issue
Jun 3, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I change font in index.ts
"term = new Terminal({fontFamily: 'Monospace', fontSize: 13, lineHeight: 1, letterSpacing: 1});"
font show in browser, I have modified lineHeight to 1.5 problem can`t be solved
Depending on the type of issue, please include the follwing information:
"release": "standard-version"
"standard-version": "^9.3.0",
The text was updated successfully, but these errors were encountered: