0

After some operation in console I am having problems with whitespace that looks like this:

http://monosnap.com/image/ZgJcTzp7iTGfqVLyl1Ex7bQmSSLSr1.png

Any command at some point starts to having issues with whitespace. Even ls.

Here is the $TERM output:

$ echo $TERM
xterm-256color
              %
$

Is it possible to prevent such issues?

Is it possible to reset current terminal and adjust whitespace to normal level?

Software: zsh, osx, iTerm

Bogdan Gusiev
  • 8,027
  • 16
  • 61
  • 81
  • Possibly an issue with your `TERM` setting? It looks like each line is ending only with a line feed, not a carriage return as well. (Each line starts in the column after the one the previous line ends in.) What does `echo $TERM` output? – chepner Oct 24 '14 at 12:58
  • Is the problem only with `gst`, or is it in any command that follows the `zt` command? – chepner Oct 24 '14 at 12:59
  • Updated questions with this info. – Bogdan Gusiev Oct 24 '14 at 13:01
  • Try http://apple.stackexchange.com – Droppy Oct 24 '14 at 13:42
  • Looks like the problem with termcap/terminfo varibles. Does command `reset` help? –  Oct 24 '14 at 22:12
  • Yes, `reset` helped. Thanks. You can create an answer and I'll accept it. Maybe there is better solution that will prevent this problem from appearing. – Bogdan Gusiev Oct 30 '14 at 09:10

0 Answers0