Term.jl
Term.jl copied to clipboard
Simple App play on windows doesn't work, infinite loop on the terminal
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 ?