[Home]

Summary:ASTERISK-02443: [patch] term.c - support Eterm colors
Reporter:Martin Vit (festr)Labels:
Date Opened:2004-09-21 10:41:34Date Closed:2004-09-25 02:01:39
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) EtermPatch-term.c
Description:I'm using Eterm, but there is no colors when TERM=Eterm.
So i have to add Eterm in term.c:term_init()
Comments:By: Tilghman Lesher (tilghman) 2004-09-21 18:30:38

Patch is okay, but what is really needed is a portable way to detect whether color codes are acceptable, such as by reading the terminfo database associated with the current terminal type.

By: Mark Spencer (markster) 2004-09-22 01:06:27

Added to CVS, thanks!