urbit / vere

An implementation of the Urbit runtime
MIT License
55 stars 38 forks source link

Dojo is broken under neovim's terminal #500

Open mikolajpp opened 1 year ago

mikolajpp commented 1 year ago

The terminal is unusable when Vere is launched inside neovim`s terminal. Dojo prompt is positioned incorrectly at the very top. See below screenshot. The stock shell (zsh) can be used without any problem in the same circumstances.

Screenshot 2023-08-01 at 8 19 29 PM
mikolajpp commented 1 year ago

Surprisingly, opening a tmux session inside neovim fixes the issue. This can be considered a temporary fix. I will greatly appreciate any pointers on how to debug this.