Reputation: 51229
I ran Julia and got
As you see, there are garbage characters after search:
How to fix it?
Upvotes: 3
Views: 104
Reputation: 69949
The problem is not with Julia but with the font your terminal emulator uses.
It seems you are on Windows. In this case two things can be recommended (this is not an exhaustive list, but the basic options):
Here is an example screenshot from ConEmu with font size 16 and width 9:
Upvotes: 4