We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See this issue.
To repeat: Given the following code:
open Notty open Notty_unix (* * ocamlbuild -pkg notty -pkg notty.unix basics_wow.native *) let () = let wow = I.string A.(fg lightred) "Wow!" in I.(wow <-> (void 2 0 <|> wow)) |> Notty_unix.eol |> Notty_unix.output_image
and the following two commands: ocamlbuild -pkg notty -pkg notty.unix basics_wow.native ./basics_wow.native
ocamlbuild -pkg notty -pkg notty.unix basics_wow.native
./basics_wow.native
I get this image:
I'm on Windows 10, running this through the terminal for my Ubuntu subsystem.
The text was updated successfully, but these errors were encountered:
I had the same issue but after upgrading to WSL 2, everything seems to be working correctly.
Sorry, something went wrong.
No branches or pull requests
See this issue.
To repeat:
Given the following code:
and the following two commands:
ocamlbuild -pkg notty -pkg notty.unix basics_wow.native
./basics_wow.native
I get this image:
I'm on Windows 10, running this through the terminal for my Ubuntu subsystem.
The text was updated successfully, but these errors were encountered: