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

Does not work with the Top command #68

Open
irvingoujAtDevolution opened this issue Jun 26, 2024 · 0 comments
Open

Does not work with the Top command #68

irvingoujAtDevolution opened this issue Jun 26, 2024 · 0 comments

Comments

@irvingoujAtDevolution
Copy link

recording-0.zip

unzip the file to get .cast file to reproduce.
Code used.

   var terminalDiv = document.createElement("div");
      document.body.appendChild(terminalDiv);
      let castSrc =  "... the src url to the file" 
      const player = new XtermPlayer.XtermPlayer(castSrc, terminalDiv , {
        fontSize: 12
      });
      player.play();

The top command hides everything unless followed by a clear
https://github.com/JavaCS3/xterm-player/assets/139169536/0f3158c0-daf7-46c8-9ef9-85edd6c1ee0d

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

1 participant