With the change to set TERM=xterm if TERM is not set, this allows some vt100 codes to work correctly. However, if you ssh into Ubuntu16.04 (for example), you'll notice that the prompt doesn't have color. However if you:
set TERM=xterm-256color
ssh user@computer
The bash prompt has full color as you would expect. Don't know if this setting is only compatible with Win10.
With the change to set TERM=xterm if TERM is not set, this allows some vt100 codes to work correctly. However, if you ssh into Ubuntu16.04 (for example), you'll notice that the prompt doesn't have color. However if you:
The bash prompt has full color as you would expect. Don't know if this setting is only compatible with Win10.