Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 26547 - Patch to add ANSI 16-color support to Eterm 0.9.2
Summary: Patch to add ANSI 16-color support to Eterm 0.9.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-13 08:37 UTC by David Lloyd
Modified: 2003-08-13 20:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch that implements ANSI 16-color code intepretation (ansi16.patch,1.69 KB, patch)
2003-08-13 08:38 UTC, David Lloyd
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Lloyd 2003-08-13 08:37:37 UTC
This patch adds recognition of the escape codes \033[90m-\033[97m and
\033[100m-\033[107m.  These codes choose a foreground and backgroud color
(respectively) from the upper 8 color codes.

This patch has already been accepted by KainX, so it will likely be present in
0.9.3.

Reproducible: Didn't try
Steps to Reproduce:
N/A
Actual Results:  
N/A

Expected Results:  
N/A
Comment 1 David Lloyd 2003-08-13 08:38:22 UTC
Created attachment 16048 [details, diff]
Patch that implements ANSI 16-color code intepretation
Comment 2 SpanKY gentoo-dev 2003-08-13 20:46:04 UTC
0.9.2-r5 adds this patch, thanks :)