MrSnowdenJr / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
0 stars 0 forks source link

Add ncurses color support to mobile terminal #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Writing small program utilizing ncurses color support
2. Other programs using ncurses colors
3. somehow, aptitude and ls are not affected

What is the expected output? What do you see instead?
instead of the desired color, only the default terminal color

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

Please provide any additional information below.

Original issue reported on code.google.com by tech2...@gmail.com on 3 Jul 2010 at 5:46

GoogleCodeExporter commented 9 years ago
The problem is that the default TERM doesn't support color.  You can work 
around this by setting your TERM variable to xterm-color.  As of revision 439, 
this is now the default.  I'll mark this fixed.

Original comment by allen.po...@gmail.com on 3 Jul 2010 at 11:03

GoogleCodeExporter commented 9 years ago
Thanks, fix worked great.

Original comment by tech2...@gmail.com on 4 Jul 2010 at 12:15