Results 1 to 5 of 5
Hi I have inherited an ubuntu system and I'm currently having problems with my console (using putty.)
My bash console is usable but only just barely.
None of the colors ...
- 02-04-2011 #1Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
Console Display problems
Hi I have inherited an ubuntu system and I'm currently having problems with my console (using putty.)
My bash console is usable but only just barely.
None of the colors are working so I can't tell what it a directory and what isn't. When I hit the up arrow I just get : ^[[A instead of my last statement.
Left arrow: ^[[D
Right arrow: ^[[C
Down arrow: ^[[B
I was wondering if anyone has seen this before and if they have a quick fix?
- 02-04-2011 #2
Try checking Disable application cursor keys mode under Terminal -> Features in Putty.
- 02-09-2011 #3Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
- 02-09-2011 #4
What is the output of
Code:echo $TERM echo $LANG
- 02-23-2011 #5Just Joined!
- Join Date
- Feb 2011
- Posts
- 3
$TERM: xterm
$LANG returns a blank line.


Reply With Quote
