I'm starting to master the command line, installed homebrew and powerlevel10k, font MesloLGS NF Regular 14. When I try to scale the window (namely, reduce it), the symbols and text mix up on the screen, turning into mush, how can this be fixed?
so this is normal behavior of the command line? The neural network told me that this problem is related to fonts and settings.Type "clear" and press return.
Yes. Normal behavior. Terminal have a fixed width. When you run programs which output text, depending on program, the output is formatted based on the fixed width. Your shell prompt is created by such a program. The output text is in a buffer. When you resize Terminal window, you are changing fixed width, but previous command output is in buffer based on previous fixed width. The “clear” command self explanatory.so this is normal behavior of the command line? The neural network told me that this problem is related to fonts and settings.
so this is normal behavior of the command line? The neural network told me that this problem is related to fonts and settings.
The AI was right. The issue is not at all with zsh. You resized the terminal window AFTER the data was written to the terminal.so this is normal behavior of the command line? The neural network told me that this problem is related to fonts and settings.