JavaCS3 / xterm-player

a web based terminal recording player
https://javacs3.github.io/xterm-player/
MIT License
104 stars 9 forks source link

Does not work with the `Top` command #68

Open irvingoujAtDevolution opened 2 months ago

irvingoujAtDevolution commented 2 months ago

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