You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Details about terminal control sequences on Windows can be found here. The fix will probably involve touching Terminal.Ansi, and perhaps also renderer.ml in the Progress library.
The test suite currently passes on Windows (thanks to #15), but the terminal handling doesn't behave correctly on Windows terminal & Cygwin terminal:
_src_progress.2021-06-29.10-08-43.mp4
Originally posted by @emillon in #15 (comment)
Details about terminal control sequences on Windows can be found here. The fix will probably involve touching
Terminal.Ansi, and perhaps alsorenderer.mlin the Progress library.