jonsequitur / dotnet-repl

A polyglot REPL built on .NET Interactive
MIT License
714 stars 35 forks source link

Clear from pwsh is not working #22

Open unuunc opened 3 years ago

unuunc commented 3 years ago

Not sure if it is supported but

image

jonsequitur commented 3 years ago

It looks like it's having a disagreement with the redirected console input or output. We should implement a clear gesture at the REPL level. See: #19.