xterm-player icon indicating copy to clipboard operation
xterm-player copied to clipboard

Does not work with the `Top` command

Open irvingoujAtDevolution opened this issue 1 year ago • 0 comments

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

irvingoujAtDevolution avatar Jun 26 '24 18:06 irvingoujAtDevolution