ohmybash / oh-my-bash

A delightful community-driven framework for managing your bash configuration, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.
https://ohmybash.github.io
MIT License
5.79k stars 648 forks source link

console overwrites itself #126

Open javahaxxor opened 4 years ago

javahaxxor commented 4 years ago

So the console overwrites the line, with certain application almost every time, with other applications after a some work. At some point it starts overwriting itself upwards. When I remove oh-my-bash the problem dissapears. I use Konsole under KDE with Plasma. Screenshots are in order: Screenshot_20200128_144654 Screenshot_20200128_144704 Screenshot_20200128_144708 Screenshot_20200128_144711

advilm commented 4 years ago

I have the same problem. I searched it up and apparently it's because the size of the window assumed by the terminal is not the same as your actual window size or something like that. None of the things I tried fixed it.

diced commented 4 years ago

+1

advilm commented 4 years ago

I figured it out. Apparently I didn't have my LANG variable set to en_US.UTF-8 and it was using C which "predates unicode and does not handle 2-byte unicode characters correctly" for the locale

deimi commented 3 years ago

+1

metingemil commented 3 years ago

having the same problem. I've noticed that only the current line overwrites itself - after the first line overwrites it continues as expected.

metingemil commented 3 years ago

I figured out what my problem was: OS arch the problem was with my locale -> the LANG and LC_CTYPE env vars. resolved it by

javahaxxor commented 3 years ago

image

javahaxxor commented 3 years ago

still broken ..

asos-robbell commented 3 years ago

Same issue for me on Windows using Windows Terminal