Term.jl icon indicating copy to clipboard operation
Term.jl copied to clipboard

Simple App play on windows doesn't work, infinite loop on the terminal

Open Arryk opened this issue 1 year ago • 2 comments

using Term
using Term.LiveWidgets

app = App(
  Term.Pager("This is a pager. It lets you display a lot of text in a scrollable window."^300)
);

play(app)

The app is continuously running the last lines in an infinite loop and keyboard is not working.

I am running it on Windows 11 using Julia 1.10.4 on Term version 2.0.6

Is this a normal issue on Windows ?

image

Arryk avatar Jun 28 '24 14:06 Arryk