ocaml-community / utop

Universal toplevel for OCaml
Other
846 stars 113 forks source link

Rendering error inside Vagrant machine #217

Open shivvo opened 7 years ago

shivvo commented 7 years ago

I'm trying to set up a Vagrant machine for OCaml development and I'm encountering rendering errors when starting utop. In addition, every character I type reprints the prompt. This behavior occurs in every terminal on my Windows 10 system (Git CMD, Git Bash, Cmder) except for the Docker Quickstart Terminal. Do you know if there is a way to fix the issue, or where I could look for a solution?

image

mafm commented 7 years ago

Not sure if this helps or not, but utop wasn't working for me inside WSL bash.

If I start bash from inside a powershell window though, the utop rendering errors go away, and utop draws the screen properly.