paneech86 / terminal-ide

Automatically exported from code.google.com/p/terminal-ide
0 stars 0 forks source link

No colors on ssh connection #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. connect through ssh: $ ssh adolf@mysshserver.de
2. start color-enabled terminal program on the remote server: byobu, vim og 
ccze...
3. See no colors. Only regular, bold or underlined text

What is the expected output? What do you see instead?

Colors

What version of the product are you using? On what operating system?

Asus Transformer TF101, with android 3.2.1 (danish locale)
Connecting to ubuntu 11.10 amd64 desktop

Please provide any additional information below.

workaround/fix:
Set $TERM environment variable to something else than "xterm"

$ export TERM=screen

Original issue reported on code.google.com by thomas.h...@gmail.com on 17 Feb 2012 at 11:57