onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.84k stars 282 forks source link

problem rendering terminal? #3037

Open jerabaul29 opened 3 years ago

jerabaul29 commented 3 years ago

I notice some strange "characters overlaying" problems in the oni2 terminal (see the +2 at the end of my prompt). Any idea why?

Screenshot from 2021-01-23 11-52-29

bryphe commented 3 years ago

Definitely looks like a terminal rendering issue - what prompt are you using, @jerabaul29 ?

jerabaul29 commented 3 years ago

What do you mean with what prompt? :) Bash with some custom prompt.

jerabaul29 commented 3 years ago

Double checked in my bashrc, I use a prompt from: https://github.com/magicmonty/bash-git-prompt , more specifically:

# fancy prompt when in git repo
GIT_PROMPT_ONLY_IN_REPO=1
GIT_PROMPT_THEME=Single_line_Dark_short  # this one is nice
source /home/jrlab/Desktop/Git/bash-git-prompt-master/gitprompt.sh