Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1006 - less cannot handle colored fonts
Summary: less cannot handle colored fonts
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-07 14:58 UTC by Eugene Koontz
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Koontz 2002-03-07 14:58:51 UTC
To reproduce :

emerge --help | less

You will see :
ESC[01mYou can also type "emerge --help system", "emerge --help rsync" and
"emerge --help config" for additional help.ESC[0m

The "ESC[01m"'s are colors I believe, but less cannot deal with them.
more handles them fine, but I like to use less...
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-03-07 15:00:47 UTC
This is not a bug.  Use "less -r", as described in the man page.