Skip to content
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

Just started wetty & xterm and got two blocking issues, perhaps solvable #532

Open
kopax opened this issue Jul 22, 2024 · 1 comment
Open

Comments

@kopax
Copy link

kopax commented Jul 22, 2024

Hi guys,

I am using [email protected] which under the hood use xterm.js:

{
    "xterm": "^5.0.0",
    "xterm-addon-fit": "^0.6.0",
    "xterm-addon-image": "^0.2.0",
    "xterm-addon-web-links": "^0.7.0"
}

So far I have only two big issue :

  1. I don´t go into my entrpoint .bashrc and cannot load utils from my $PATH (ie ~/.local/bin)
  2. The addon xterm-addon-fit method fit() does not resize properly, see here code

image

I selected the zone where stdout print, so half of the screen is unused, which is big

Do you guys have a clue if those can be resolved somehow ?

@amarzot-lowell-instruments
Copy link
Contributor

amarzot-lowell-instruments commented Jul 22, 2024

(Edit: This is only for the 2nd issue)
Could you checkout the main branch and see if you have the same issue? I have the same issue with 2.6.0, but fixed in the latest code. @butlerx I think we will need a new release to fix this.

You should checkout the repo then run

pnpm i
pnpm build
pnpm start <set your options here>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants