-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows terminal support #16
Comments
craigfe
added a commit
to craigfe/opam-repository
that referenced
this issue
Jun 29, 2021
CHANGES: - Fix the count segment of `Progress.counter` (when `pp` is passed) to show the running total rather than the latest reported value. (craigfe/progress#19; @craigfe, report by @Ngoguey42) - Fix `Terminal` stubs on MacOS. (craigfe/progress#13; @craigfe, report by @Ngoguey42) - Fix package tests on Windows. `Progress` does not yet support the Windows and Cygwin terminals; this is tracked by craigfe/progress#16. (craigfe/progress#15; @emillon)
craigfe
added a commit
to craigfe/opam-repository
that referenced
this issue
Jun 29, 2021
CHANGES: - Fix the count segment of `Progress.counter` (when `pp` is passed) to show the running total rather than the latest reported value. (craigfe/progress#19; @craigfe, report by @Ngoguey42) - Fix `Terminal` stubs on MacOS. (craigfe/progress#13; @craigfe, report by @Ngoguey42) - Fix package tests on Windows. `Progress` does not yet support the Windows and Cygwin terminals; this is tracked by craigfe/progress#16. (craigfe/progress#15; @emillon)
craigfe
added a commit
to craigfe/opam-repository
that referenced
this issue
Jun 29, 2021
CHANGES: - Fix the count segment of `Progress.counter` (when `pp` is passed) to show the running total rather than the latest reported value. (craigfe/progress#19; @craigfe, report by @Ngoguey42) - Fix `Terminal` stubs on MacOS. (craigfe/progress#13; @craigfe, report by @Ngoguey42) - Fix package tests on Windows. `Progress` does not yet support the Windows and Cygwin terminals; this is tracked by craigfe/progress#16. (craigfe/progress#15; @emillon)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.ml
in the Progress library.The text was updated successfully, but these errors were encountered: