Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85643 - Weird delimitator character in eix
Summary: Weird delimitator character in eix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Benedikt Böhm (RETIRED)
URL: http://www.autistici.org/muflonsoft/l...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 07:33 UTC by Shogun
Modified: 2005-03-21 13:49 UTC (History)
1 user (show)

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


Attachments
Ebuild with the fix (eix-0.2.2_alpha-r1-ebuild.tbz,2.03 KB, application/octet-stream)
2005-03-17 07:51 UTC, Shogun
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shogun 2005-03-17 07:33:12 UTC
When I try to use eix in gnome-terminal, instead of an ANSI default delimitator, >=[;0m is printed, as in the shot...
In console, it works perfectly...


Reproducible: Always
Steps to Reproduce:
1.Simply run eix without the -n option
2.
3.

Actual Results:  
Print a strange character...

Expected Results:  
Print the right character...

I actually use UTF-8 with the locale it_IT.UTF-8@euro, but only eix gives me
this problem. I think I found the solution. In src/ansicolor.h, "[;0m" should be
replace by "[0m"...
I made a overlay ebuild which fixes this...
Comment 1 Shogun 2005-03-17 07:51:52 UTC
Created attachment 53702 [details]
Ebuild with the fix

This ebuild made from me fixes the problem...
Comment 2 Emil Beinroth 2005-03-21 09:52:11 UTC
Hi,
does the new version (0.2.2_beta) solve your problem?
Comment 3 Shogun 2005-03-21 13:49:48 UTC
Yeah, 0.2.2_beta seems to have fixed this...
Changing to FIXED...