terminal is not displaying outputs properly, it displays outputs mostly like given in the image below
while it should display outputs like this
any suggestions on how it can be fixed?
terminal is not displaying outputs properly, it displays outputs mostly like given in the image below
while it should display outputs like this
any suggestions on how it can be fixed?
You are using a proportionally spaced font, and what you want is a monospaced font.
From an open QTerminal window:
File, then Preferences; the Appearance tab should displayFont selection; the default shown on my installation is Liberation Mono 12 ptChange... and select a monospaced font, such as Liberation Mono or Courier 10 PitchOK, then Apply, then OK. This should return you to your QTerminal session.Test with the output of ps or similar command and ensure that the columns align.
Confirm that your font choice is recorded in QTerminal's settings:
$ grep ^font ~/.config/qterminal.org/qterminal.ini
fontFamily=Courier 10 Pitch
fontSize=12